WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_assets']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_assets` ( `id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `asset` VARCHAR(225) NULL DEFAULT NULL, `thumb` VARCHAR(225) NULL DEFAULT NULL, `download_status` VARCHAR(20) NULL DEFAULT 'new' COMMENT 'new, success, inprogress, error, remote', `hash` VARCHAR(32) NULL DEFAULT NULL, `media_id` BIGINT(20) NULL DEFAULT '0', `msg` TEXT NULL, `date_added` DATETIME NULL DEFAULT NULL, `date_download` DATETIME NULL DEFAULT NULL, `image_sizes` TEXT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `hash` (`hash`), INDEX `media_id` (`media_id`), INDEX `download_status` (`download_status`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_products']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_products` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `post_parent` BIGINT(20) NULL DEFAULT '0', `type` ENUM('post','variation') NULL DEFAULT 'post', `title` TEXT NULL, `nb_assets` INT(4) NULL DEFAULT '0', `nb_assets_done` INT(4) NULL DEFAULT '0', `status` ENUM('new','success') NULL DEFAULT 'new', PRIMARY KEY (`post_id`, `id`), UNIQUE INDEX `post_id` (`post_id`), INDEX `post_parent` (`post_parent`), INDEX `type` (`type`), INDEX `nb_assets` (`nb_assets`), INDEX `nb_assets_done` (`nb_assets_done`), INDEX `id` (`id`), INDEX `status` (`status`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_cross_sell']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_cross_sell` ( `ASIN` VARCHAR(10) NOT NULL, `products` TEXT NULL, `nr_products` INT(11) NULL DEFAULT NULL, `add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `is_variable` CHAR(1) NULL DEFAULT 'N', `nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0', PRIMARY KEY (`ASIN`), UNIQUE INDEX `ASIN` (`ASIN`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_report_log']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_report_log` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `log_id` VARCHAR(50) NULL DEFAULT NULL, `log_action` VARCHAR(50) NULL DEFAULT NULL, `desc` VARCHAR(255) NULL DEFAULT NULL, `log_data_type` VARCHAR(50) NULL DEFAULT NULL, `log_data` LONGTEXT NULL, `source` TEXT NULL, `date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), INDEX `log_id` (`log_id`), INDEX `log_action` (`log_action`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_queue']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_queue` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `asin` VARCHAR(100) NOT NULL, `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `from_op` VARCHAR(30) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `imported_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `product_title` TEXT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`id`), UNIQUE INDEX `asin_from_op` (`asin`, `from_op`), INDEX `nb_tries` (`nb_tries`), INDEX `from_op` (`from_op`), INDEX `status` (`status`), INDEX `country` (`country`), INDEX `provider` (`provider`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_search']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_search` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `code` VARCHAR(32) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `params` TEXT NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `search_title` VARCHAR(100) NOT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `recurrency` VARCHAR(10) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `started_at` TIMESTAMP NULL DEFAULT NULL, `ended_at` TIMESTAMP NULL DEFAULT NULL, `run_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE INDEX `code` (`code`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `recurrency` (`recurrency`), INDEX `status` (`status`), INDEX `publish` (`publish`), INDEX `run_date` (`run_date`), INDEX `nb_tries` (`nb_tries`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_locale_reference` ( `ID` INT(10) NOT NULL AUTO_INCREMENT, `country` VARCHAR(3) NOT NULL DEFAULT 'US', `searchIndex` VARCHAR(50) NOT NULL, `department` VARCHAR(100) NOT NULL, `browseNode` BIGINT(20) NOT NULL DEFAULT '0', `sortValues` TEXT NOT NULL, `itemSearchParams` TEXT NOT NULL, PRIMARY KEY (`ID`), UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`), INDEX `searchIndex` (`searchIndex`), INDEX `department` (`department`), INDEX `browseNode` (`browseNode`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_amzkeys']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_amzkeys` ( `id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT, `access_key` VARCHAR(100) NOT NULL, `secret_key` VARCHAR(100) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `locked` CHAR(1) NOT NULL DEFAULT 'N', `lock_time` TIMESTAMP NULL DEFAULT NULL, `nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT '0', `nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT '0', `ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT '0.00', `last_request_time` TIMESTAMP NULL DEFAULT NULL, `last_request_status` VARCHAR(50) NULL DEFAULT NULL, `last_request_input` MEDIUMTEXT NULL, `last_request_output` MEDIUMTEXT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`), INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`), INDEX `locked_lock_time` (`locked`, `lock_time`), INDEX `lock_time` (`lock_time`), INDEX `last_request_time` (`last_request_time`), INDEX `ratio_success` (`ratio_success`), INDEX `nb_requests` (`nb_requests`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_amazon_cache']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_amazon_cache` ( `ID` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `cache_name` VARCHAR(100) NOT NULL, `cache_type` VARCHAR(20) NOT NULL, `country` VARCHAR(30) NOT NULL, `response` LONGTEXT NOT NULL, `response_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`ID`), UNIQUE INDEX `cache_name_cache_type` (`cache_name`, `cache_type`), INDEX `cache_type` (`cache_type`), INDEX `response_date` (`response_date`), INDEX `provider` (`provider`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [CREATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_import_stats']
CREATE TABLE IF NOT EXISTS `letennisfr_amz_import_stats` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `post_title` TEXT NOT NULL, `asin` VARCHAR(100) NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `country` VARCHAR(30) NOT NULL, `from_op` VARCHAR(40) NOT NULL COMMENT '[insane|direct|auto|search]#[some code]', `from_op_p1` VARCHAR(20) NOT NULL, `from_op_p2` VARCHAR(40) NOT NULL, `imported_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `import_status_msg` TEXT NOT NULL, `duration_spin` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_attributes` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_product` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'duration_spin, duration_attributes, duration_vars, duration_img, other product import operations, but does not contain duration_img_dw', `db_calc` TEXT NOT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `asin` (`asin`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `from_op_p1` (`from_op_p1`), INDEX `from_op_p2` (`from_op_p2`), INDEX `from_op` (`from_op`), INDEX `duration_product` (`duration_product`), INDEX `duration_img_dw` (`duration_img_dw`), INDEX `duration_nb_img_dw` (`duration_nb_img_dw`) ) DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `bulk_code` `bulk_code` VARCHAR(32) NOT NULL COMMENT 'md5( concate( bulk_asins, country ) )'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `bulk_asins` `bulk_asins` TEXT NOT NULL COMMENT 'array_serialized( post_id => asin )'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `country` `country` VARCHAR(30) NOT NULL

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `status` `status` VARCHAR(20) NULL DEFAULT NULL

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `status_msg` `status_msg` TEXT NULL COMMENT 'array_serialized( msg => text, msg_full => text )'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `widget_response` `widget_response` MEDIUMTEXT NULL COMMENT 'widget_response and widget_response_date are used also as a mini-cache system'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `widget_response_date` `widget_response_date` DATETIME NULL DEFAULT NULL

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget']
ALTER TABLE letennisfr_amz_sync_widget CHANGE COLUMN `created_date` `created_date` DATETIME NOT NULL

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget_asins']
ALTER TABLE letennisfr_amz_sync_widget_asins CHANGE COLUMN `asin` `asin` VARCHAR(50) NOT NULL

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_sync_widget_asins']
ALTER TABLE letennisfr_amz_sync_widget_asins CHANGE COLUMN `country` `country` VARCHAR(30) NOT NULL

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_amzkeys']
insert ignore into `letennisfr_amz_amzkeys` (`access_key`, `secret_key`) values('aateam demo access key', 'aateam demo secret access key');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Appliances', 'Appliances', 2619526011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileApps', 'Apps & Games', 2350150011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 2617942011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Automotive', 'Automotive Parts & Accessories', 15690151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Baby', 'Baby', 3760911, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Beauty', 'Beauty & Personal Care', 11055981, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Books', 'Books', 1000, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Photo', 'Camera & Photo', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Music', 'CDs & Vinyl', 301668, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileAndAccessories', 'Cell Phones & Accessories', 2335753011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Classical', 'Classical', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Apparel', 'Clothing & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Fashion', 'Clothing, Shoes & Jewelry', 7141124011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBaby', 'Clothing, Shoes & Jewelry Baby', 7147444011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBoys', 'Clothing, Shoes & Jewelry Boys', 7147443011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionGirls', 'Clothing, Shoes & Jewelry Girls', 7147442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionMen', 'Clothing, Shoes & Jewelry Men', 7147441011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionWomen', 'Clothing, Shoes & Jewelry Women', 7147440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Collectibles', 'Collectibles & Fine Art', 4991426011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Computers', 'Computers', 541966, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalEducationalResources', 'Digital Educational Resources', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalMusic', 'Digital Music', 624868011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Electronics', 'Electronics', 493964, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GardenAndOutdoor', 'Garden & Outdoor', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GiftCards', 'Gift Cards', 2864120011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 16310211, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Handmade', 'Handmade', 11260433011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HealthPersonalCare', 'Health, Household & Baby Care', 3760931, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LocalServices', 'Home & Business Services', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HomeAndKitchen', 'Home & Kitchen', 1063498, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Industrial', 'Industrial & Scientific', 16310161, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Jewelry', 'Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'KindleStore', 'Kindle Store', 133141011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Luggage', 'Luggage & Travel Gear', 9479199011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Magazines', 'Magazine Subscriptions', 599872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MoviesAndTV', 'Movies & TV', 2625374011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MusicalInstruments', 'Musical Instruments', 11965861, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'OfficeProducts', 'Office Products', 1084128, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'PetSupplies', 'Pet Supplies', 2619534011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'AmazonVideo', 'Prime Video', 2858778011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Shoes', 'Shoes', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Software', 'Software', 409488, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'SportsAndOutdoors', 'Sports & Outdoors', 3375301, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 468240, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToysAndGames', 'Toys & Games', 165795011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VideoGames', 'Video Games', 11846801, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Watches', 'Watches', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'AmazonVideo', 'Amazon Video', 3010086031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MobileApps', 'Apps & Games', 1661658031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Baby', 'Baby', 60032031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Beauty', 'Beauty', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Books', 'Books', 1025612, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Automotive', 'Car & Motorbike', 248878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Music', 'CDs & Vinyl', 520920, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Classical', 'Classical Music', 505510, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Apparel', 'Clothing', 83451031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Computers', 'Computers & Accessories', 340832031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'DigitalMusic', 'Digital Music', 77925031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToolsAndHomeImprovement', 'DIY & Tools', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MoviesAndTV', 'DVD & Blu-ray', 573406, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Electronics', 'Electronics & Photo', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GardenAndOutdoor', 'Garden & Outdoors', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GiftCards', 'Gift Cards', 1571305031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GroceryAndGourmetFood', 'Grocery', 344155031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Handmade', 'Handmade', 9699255031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HealthPersonalCare', 'Health & Personal Care', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HomeAndKitchen', 'Home & Kitchen', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Industrial', 'Industrial & Scientific', 5866055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Jewelry', 'Jewellery', 193717031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'KindleStore', 'Kindle Store', 341677031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Appliances', 'Large Appliances', 908799031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Lighting', 'Lighting', 213078031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Luggage', 'Luggage', 2454167031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MusicalInstruments', 'Musical Instruments & DJ', 340837031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VideoGames', 'PC & Video Games', 1025616, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'PetSupplies', 'Pet Supplies', 340841031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Shoes', 'Shoes & Bags', 362350011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Software', 'Software', 1025614, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'SportsAndOutdoors', 'Sports & Outdoors', 319530011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'OfficeProducts', 'Stationery & Office Supplies', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToysAndGames', 'Toys & Games', 712832, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VHS', 'VHS', 125556011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Watches', 'Watches', 328229011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'All', 'Alle Kategorien', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MobileApps', 'Apps & Spiele', 1661650031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Automotive', 'Auto & Motorrad', 78193031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Baby', 'Baby', 357577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToolsAndHomeImprovement', 'Baumarkt', 80085031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Beauty', 'Beauty', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Apparel', 'Bekleidung', 78689031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Lighting', 'Beleuchtung', 213084031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Books', 'Bücher', 541686, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ForeignBooks', 'Bücher (Fremdsprachig)', 54071011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'OfficeProducts', 'Bürobedarf & Schreibwaren', 192417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Computers', 'Computer & Zubehör', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HealthPersonalCare', 'Drogerie & Körperpflege', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MoviesAndTV', 'DVD & Blu-ray', 547664, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Appliances', 'Elektro-Großgeräte', 931573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Electronics', 'Elektronik & Foto', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VideoGames', 'Games', 541708, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GardenAndOutdoor', 'Garten', 10925241, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GiftCards', 'Geschenkgutscheine', 1571257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Industrial', 'Gewerbe, Industrie & Wissenschaft', 5866099031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Handmade', 'Handmade', 9699312031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'PetSupplies', 'Haustier', 427727031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Photo', 'Kamera & Foto', 571860, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'KindleStore', 'Kindle-Shop', 530485031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Classical', 'Klassik', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Luggage', 'Koffer, Rucksäcke & Taschen', 2454119031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HomeAndKitchen', 'Küche, Haushalt & Wohnen', 3169011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GroceryAndGourmetFood', 'Lebensmittel & Getränke', 344162031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Music', 'Musik-CDs & Vinyl', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'DigitalMusic', 'Musik-Downloads', 180529031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MusicalInstruments', 'Musikinstrumente & DJ-Equipment', 340850031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'AmazonVideo', 'Prime Video', 3010076031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Jewelry', 'Schmuck', 327473011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Shoes', 'Schuhe & Handtaschen', 362995011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Software', 'Software', 542064, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'EverythingElse', 'Sonstiges', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToysAndGames', 'Spielzeug', 12950661, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'SportsAndOutdoors', 'Sport & Freizeit', 16435121, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Watches', 'Uhren', 193708031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Magazines', 'Zeitschriften', 1161660, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'PetSupplies', 'Animalerie', 1571269031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MobileApps', 'Applis & Jeux', 1661655031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Automotive', 'Auto et Moto', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'EverythingElse', 'Autres', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Luggage', 'Bagages', 2454146031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Beauty', 'Beauté et Parfum', 197859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'LuxuryBeauty', 'Beauté Prestige', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Baby', 'Bébés & Puériculture', 206618031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Jewelry', 'Bijoux', 193711031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GiftCards', 'Boutique chèques-cadeaux', 2524128031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'KindleStore', 'Boutique Kindle', 672109031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToolsAndHomeImprovement', 'Bricolage', 590749031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Shoes', 'Chaussures et Sacs', 248812031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HomeAndKitchen', 'Cuisine & Maison', 57686031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MoviesAndTV', 'DVD & Blu-ray', 578608, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GroceryAndGourmetFood', 'Epicerie', 3635789031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'OfficeProducts', 'Fournitures de bureau', 192420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Appliances', 'Gros électroménager', 908827031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Handmade', 'Handmade', 9699369031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Electronics', 'High-Tech', 14011561, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HealthPersonalCare', 'Hygiène et Santé', 197862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Computers', 'Informatique', 340859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MusicalInstruments', 'Instruments de musique & Sono', 340862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GardenAndOutdoor', 'Jardin', 3557028031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToysAndGames', 'Jeux et Jouets', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VideoGames', 'Jeux vidéo', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ForeignBooks', 'Livres anglais et étrangers', 69633011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Books', 'Livres en français', 468256, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Software', 'Logiciels', 548012, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Lighting', 'Luminaires et Eclairage', 213081031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Fashion', 'Mode', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Watches', 'Montres', 60937031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Music', 'Musique : CD & Vinyles', 537366, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Industrial', 'Secteur industriel & scientifique', 5866110031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'SportsAndOutdoors', 'Sports et Loisirs', 325615031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'DigitalMusic', 'Téléchargement de musique', 206442031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'All', 'Toutes nos catégories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Apparel', 'Vêtements et accessoires', 340856031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MobileApps', 'Apps & Games', 2381131051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Baby', 'Baby & Maternity', 13331821, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Beauty', 'Beauty', 52391051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Automotive', 'Car & Bike Products', 2017305051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Classical', 'Classical', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Apparel', 'Clothing & Accessories', 361299011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'VideoGames', 'Computer & Video Games', 637872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Computers', 'Computers & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'CreditCards', 'Credit Cards', 2320456051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'DigitalMusic', 'Digital Music', 2129039051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ToolsAndHomeImprovement', 'DIY, Tools & Garden', 2016930051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Electronics', 'Electronics & Cameras', 3210991, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ForeignBooks', 'English Books', 388316011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GroceryAndGourmetFood', 'Food & Beverage', 57240051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GiftCards', 'Gift Cards', 2351653051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HealthPersonalCare', 'Health & Personal Care', 161669011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Hobbies', 'Hobby', 2277722051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Industrial', 'Industrial & Scientific', 3445394051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Books', 'Japanese Books', 465610, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Jewelry', 'Jewelry', 85896051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionBaby', 'Kids & Baby', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'KindleStore', 'Kindle Store', 2250739051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HomeAndKitchen', 'Kitchen & Housewares', 3839151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Appliances', 'Large Appliances', 2277725051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionMen', 'Men', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MoviesAndTV', 'Movies & TV', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Music', 'Music', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MusicalInstruments', 'Musical Instruments', 2123630051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'PetSupplies', 'Pet Supplies', 2127213051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'AmazonVideo', 'Prime Video', 2351650051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Shoes', 'Shoes & Bags', 2016926051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Software', 'Software', 637630, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'SportsAndOutdoors', 'Sports', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'OfficeProducts', 'Stationery and Office Products', 86732051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Toys', 'Toys', 13299551, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Watches', 'Watches', 331952011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionWomen', 'Women', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'All', 'All Department', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MobileApps', 'Apps & Games', 6386372011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Automotive', 'Automotive', 6948389011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Baby', 'Baby', 3561347011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Beauty', 'Beauty', 6205125011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Books', 'Books', 927726, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Classical', 'Classical Music', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Apparel', 'Clothing & Accessories', 8604904011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Electronics', 'Electronics', 677211011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ForeignBooks', 'English Books', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GiftCards', 'Gift Cards', 9230167011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 6967216011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Handmade', 'Handmade', 16708697011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HealthPersonalCare', 'Health & Personal Care', 6205178011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HomeAndKitchen', 'Home & Kitchen', 2206276011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Industrial', 'Industrial & Scientific', 11076214011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Jewelry', 'Jewelry', 9674384011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'KindleStore', 'Kindle Store', 2972706011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Luggage', 'Luggage & Bags', 6205506011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'LuxuryBeauty', 'Luxury Beauty', 13799223011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MoviesAndTV', 'Movies & TV', 14113311, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Music', 'Music', 962454, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MusicalInstruments', 'Musical Instruments, Stage & Studio', 6916845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'OfficeProducts', 'Office Products', 6205512011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GardenAndOutdoor', 'Patio, Lawn & Garden', 6299024011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'PetSupplies', 'Pet Supplies', 6291628011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Shoes', 'Shoes & Handbags', 8604916011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Software', 'Software', 3234171, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'SportsAndOutdoors', 'Sports & Outdoors', 2242990011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 3006903011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToysAndGames', 'Toys & Games', 6205517011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VideoGames', 'Video Games', 110218011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Watches', 'Watches', 2235621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'All', 'All Categories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Fashion', 'Amazon Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Appliances', 'Appliances', 5122349031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MobileApps', 'Apps & Games', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Baby', 'Baby', 1571275031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Beauty', 'Beauty', 1355017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Books', 'Books', 976390031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Automotive', 'Car & Motorbike', 4772061031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Apparel', 'Clothing & Accessories', 1571272031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Collectibles', 'Collectibles', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Computers', 'Computers & Accessories', 976393031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Electronics', 'Electronics', 976420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Furniture', 'Furniture', 1380441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GardenAndOutdoor', 'Garden & Outdoors', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GiftCards', 'Gift Cards', 3704983031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GroceryAndGourmetFood', 'Grocery & Gourmet Foods', 2454179031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HealthPersonalCare', 'Health & Personal Care', 1350385031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HomeAndKitchen', 'Home & Kitchen', 2454176031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Industrial', 'Industrial & Scientific', 5866079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Jewelry', 'Jewellery', 1951049031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'KindleStore', 'Kindle Store', 1571278031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Luggage', 'Luggage & Bags', 2454170031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'LuxuryBeauty', 'Luxury Beauty', 5311359031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MoviesAndTV', 'Movies & TV Shows', 976417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Music', 'Music', 976446031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MusicalInstruments', 'Musical Instruments', 3677698031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'OfficeProducts', 'Office Products', 2454173031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'PetSupplies', 'Pet Supplies', 4740420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Shoes', 'Shoes & Handbags', 1571284031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Software', 'Software', 976452031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 1984444031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToysAndGames', 'Toys & Games', 1350381031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'VideoGames', 'Video Games', 976461031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Watches', 'Watches', 1350388031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Apparel', 'Abbigliamento', 2844434031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GroceryAndGourmetFood', 'Alimentari e cura della casa', 6198093031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'EverythingElse', 'Altro', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MobileApps', 'App e Giochi', 1661661031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Automotive', 'Auto e Moto', 1571281031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Beauty', 'Bellezza', 6198083031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GiftCards', 'Buoni Regalo', 3557018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'OfficeProducts', 'Cancelleria e prodotti per ufficio', 3606311031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HomeAndKitchen', 'Casa e cucina', 524016031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Music', 'CD e Vinili', 412601031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Electronics', 'Elettronica', 412610031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToolsAndHomeImprovement', 'Fai da te', 2454161031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MoviesAndTV', 'Film e TV', 412607031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GardenAndOutdoor', 'Giardino e giardinaggio', 635017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToysAndGames', 'Giochi e giocattoli', 523998031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Jewelry', 'Gioielli', 2454164031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Appliances', 'Grandi elettrodomestici', 14437357031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Handmade', 'Handmade', 9699426031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Lighting', 'Illuminazione', 1571293031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Industrial', 'Industria e Scienza', 5866069031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Computers', 'Informatica', 425917031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'KindleStore', 'Kindle Store', 1331141031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Books', 'Libri', 411664031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ForeignBooks', 'Libri in altre lingue', 433843031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Fashion', 'Moda', 5512286031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'DigitalMusic', 'Musica Digitale', 1748204031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Watches', 'Orologi', 524010031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Baby', 'Prima infanzia', 1571287031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'PetSupplies', 'Prodotti per animali domestici', 12472500031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HealthPersonalCare', 'Salute e cura della persona', 1571290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Shoes', 'Scarpe e borse', 524007031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Software', 'Software', 412613031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'SportsAndOutdoors', 'Sport e tempo libero', 524013031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MusicalInstruments', 'Strumenti musicali e DJ', 3628630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'All', 'Tutte le categorie', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Luggage', 'Valigeria', 2454149031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'VideoGames', 'Videogiochi', 412604031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GroceryAndGourmetFood', 'Alimentación y bebidas', 6198073031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MobileApps', 'Appstore para Android', 1661651031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Baby', 'Bebé', 1703496031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Beauty', 'Belleza', 6198055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToolsAndHomeImprovement', 'Bricolaje y herramientas', 2454134031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GiftCards', 'Cheques regalo', 3564280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Vehicles', 'Coche - renting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Automotive', 'Coche y moto', 1951052031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'SportsAndOutdoors', 'Deportes y aire libre', 2665403031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Electronics', 'Electrónica', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Luggage', 'Equipaje', 2454130031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Appliances', 'Grandes electrodomésticos', 4772051031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Handmade', 'Handmade', 9699483031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HomeAndKitchen', 'Hogar y cocina', 599392031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Lighting', 'Iluminación', 3564290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Industrial', 'Industria y ciencia', 5866089031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Computers', 'Informática', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MusicalInstruments', 'Instrumentos musicales', 3628867031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GardenAndOutdoor', 'Jardín', 1571260031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Jewelry', 'Joyería', 2454127031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToysAndGames', 'Juguetes y juegos', 599386031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Books', 'Libros', 599365031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ForeignBooks', 'Libros en idiomas extranjeros', 599368031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Fashion', 'Moda', 5512276031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'DigitalMusic', 'Música Digital', 1748201031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Music', 'Música: CDs y vinilos', 599374031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'OfficeProducts', 'Oficina y papelería', 3628729031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'EverythingElse', 'Otros Productos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MoviesAndTV', 'Películas y TV', 599380031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'PetSupplies', 'Productos para mascotas', 12472656031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Watches', 'Relojes', 599389031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Apparel', 'Ropa y accesorios', 2846221031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HealthPersonalCare', 'Salud y cuidado personal', 3677431031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Software', 'Software', 599377031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'KindleStore', 'Tienda Kindle', 818938031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'VideoGames', 'Videojuegos', 599383031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Shoes', 'Zapatos y complementos', 1571263031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'GroceryAndGourmetFood', 'Alimentos y Bebidas', 17608485011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Automotive', 'Auto', 13848849011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Baby', 'Bebé', 9482651011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'SportsAndOutdoors', 'Deportes y Aire Libre', 9482661011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Electronics', 'Electrónicos', 9482559011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToolsAndHomeImprovement', 'Herramientas y Mejoras del Hogar', 9482671011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HomeAndKitchen', 'Hogar y Cocina', 9482594011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'IndustrialAndScientific', 'Industria y ciencia', 11076224011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MusicalInstruments', 'Instrumentos musicales', 13848859011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToysAndGames', 'Juegos y juguetes', 11260442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Books', 'Libros', 9298577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'PetSupplies', 'Mascotas', 11782337011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Music', 'Música', 9482621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'OfficeProducts', 'Oficina y Papelería', 9673845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MoviesAndTV', 'Películas y Series de TV', 9482630011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Handmade', 'Productos Handmade', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Watches', 'Relojes', 9482681011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Fashion', 'Ropa, Zapatos y Accesorios', 13848838011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBaby', 'Ropa, Zapatos y Accesorios Bebé', 14092999011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionMen', 'Ropa, Zapatos y Accesorios Hombres', 14093000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionWomen', 'Ropa, Zapatos y Accesorios Mujeres', 14093002011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionGirls', 'Ropa, Zapatos y Accesorios Niñas', 14093003011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBoys', 'Ropa, Zapatos y Accesorios Niños', 14093004011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HealthPersonalCare', 'Salud, Belleza y Cuidado Personal', 9482611011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Software', 'Software', 9482691011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'KindleStore', 'Tienda Kindle', 6446440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'VideoGames', 'Videojuegos', 9482641011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'MobileApps', 'Apps e Jogos', 6563510011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'HomeAndKitchen', 'Casa e Cozinha', 16191000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Computers', 'Computadores e Informática', 16339926011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Electronics', 'Eletrônicos', 16209062011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'ToolsAndHomeImprovement', 'Ferramentas e Materiais de Construção', 16957182011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'VideoGames', 'Games', 7791986011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Books', 'Livros', 7841278011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'KindleStore', 'Loja Kindle', 5308308011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'OfficeProducts', 'Material para Escritório e Papelaria', 16957240011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'All', 'Todos os departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MobileApps', 'Apps & Games', 2544160051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Automotive', 'Automotive', 4851454051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Baby', 'Baby', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Beauty', 'Beauty', 4851567051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Books', 'Books', 4851626051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Music', 'CDs & Vinyl', 4852330051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Fashion', 'Clothing & Shoes', 4851856051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Computers', 'Computers', 4851683051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Electronics', 'Electronics', 4851799051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'GiftCards', 'Gift Cards', 5264049051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HealthPersonalCare', 'Health, Household & Personal Care', 4851917051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HomeAndKitchen', 'Home & Kitchen', 4851975051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToolsAndHomeImprovement', 'Home Improvement', 4852033051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'KindleStore', 'Kindle Store', 2496751051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Luggage', 'Luggage & Travel Gear', 5130733051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MoviesAndTV', 'Movies & TV', 4852264051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'PetSupplies', 'Pet Supplies', 5514968051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Software', 'Software', 4852502051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 4852559051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'OfficeProducts', 'Stationery & Office Products', 4852445051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToysAndGames', 'Toys & Games', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'VideoGames', 'Video Games', 4852675051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Appliances', 'Appliances', 15149781031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Automotive', 'Automotive Parts & Accessories', 11498031031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Baby', 'Baby', 11498088031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Beauty', 'Beauty & Personal Care', 11497860031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Books', 'Books', 11497688031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Fashion', 'Clothing, Shoes & Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Computers', 'Computers', 11497745031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Electronics', 'Electronics', 11601326031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 15150009031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HealthPersonalCare', 'Health, Household & Baby Care', 11601441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GardenAndOutdoor', 'Home & Garden', 15149895031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HomeAndKitchen', 'Home & Kitchen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Industrial', 'Industrial & Scientific', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'MusicalInstruments', 'Musical Instruments', 15150237031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'OfficeProducts', 'Office Products', 15150350031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'PetSupplies', 'Pet Supplies', 15150408031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Software', 'Software', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'SportsAndOutdoors', 'Sports', 11601213031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 11601270031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToysAndGames', 'Toys & Games', 11497803031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'VideoGames', 'Video Games', 11601384031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'All', 'Alle afdelingen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Automotive', 'Auto en motor', 16241608031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Baby', 'Babyproducten', 16241665031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Beauty', 'Beauty en persoonlijke verzorging', 16241722031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Books', 'Boeken', 16241780031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GiftCards', 'Cadeaubonnen', 16241985031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Music', 'Cd\'s en lp\'s', 16242402031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Electronics', 'Elektronica', 16269067031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MoviesAndTV', 'Films en tv', 16242344031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HealthPersonalCare', 'Gezondheid en persoonlijke verzorging', 16242172031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'PetSupplies', 'Huisdierbenodigdheden', 16242573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'OfficeProducts', 'Kantoorproducten', 16242516031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'KindleStore', 'Kindle Store', 4541018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Fashion', 'Kleding, schoenen en sieraden', 16241836031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToolsAndHomeImprovement', 'Klussen en gereedschap', 16242229031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GroceryAndGourmetFood', 'Levensmiddelen', 16242079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MusicalInstruments', 'Muziekinstrumenten', 16242459031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'EverythingElse', 'Overig', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Software', 'Software', 16242630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToysAndGames', 'Speelgoed en spellen', 16242744031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'SportsAndOutdoors', 'Sport en outdoor', 16242687031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GardenAndOutdoor', 'Tuin, terras en gazon', 16241928031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'VideoGames', 'Videogames', 16242801031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HomeAndKitchen', 'Wonen en keuken', 16295908031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Industrial', 'Zakelijk, industrie en wetenschap', 16242288031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Automotive', 'Automotive', 6314216051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Baby', 'Baby', 6314274051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Beauty', 'Beauty & Personal Care', 6314331051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Computers', 'Computers', 6436071051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Electronics', 'Electronics', 6314450051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'GroceryAndGourmetFood', 'Grocery', 6314507051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HealthPersonalCare', 'Health, Household & Personal Care', 6314573051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HomeAndKitchen', 'Home, Kitchen & Dining', 6314631051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'OfficeProducts', 'Office Products', 6314869051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'PetSupplies', 'Pet Supplies', 6315297051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'SportsAndOutdoors', 'Sports & Outdoors', 6314941051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 6314688051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToysAndGames', 'Toys & Games', 6315069051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'VideoGames', 'Video Games', 6315183051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','All','全部分类','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Apparel','服饰箱包','2016157051','relevancerank#salesrank#price#-price#reviewrank_authority#-launch-date#-pct-off','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Appliances',' 大家电 ','80208071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Automotive','汽车用品','1947900051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Baby','母婴用品','42693071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Beauty','美容化妆','746777051','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Books','图书','658391051','salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Electronics','电子','2016117051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','GiftCards','礼品卡','311868071','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Grocery','食品','2127216051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HealthPersonalCare','个护健康','852804051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Home','家用','2016127051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HomeImprovement','家居装修','1952921051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Jewelry','珠宝首饰','816483051','relevancerank#salesrank#reviewrank#price#-price','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','KindleStore','Kindle商店','116088071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Kitchen','厨具','2016126051','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MobileApps','应用程序和游戏','146629071','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Music','音乐','754387051','salesrank#pricerank#price#-price#-pricerank#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MusicalInstruments','乐器','2127219051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','OfficeProducts','办公用品','2127222051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PCHardware','电脑/IT','42690071','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PetSupplies','宠物用品','118864071','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Photo','摄影/摄像','755653051','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Shoes','鞋靴','2029190051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Software','软件','863873051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','SportingGoods','运动户外休闲','836313051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Toys','玩具','647071051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Video','音像','2016137051','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','VideoGames','游戏/娱乐','897416051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Watches','钟表','1953165051','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff #Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Automotive', 'Automotive', 12462878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Baby', 'Baby', 12462935031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Beauty', 'Beauty & Personal Care', 12462992031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Electronics', 'Electronics', 12463163031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'GroceryAndGourmetFood', 'Grocery', 16636904031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'OfficeProducts', 'Office Products', 16637246031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'PetSupplies', 'Pet Supplies', 16637303031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 12463391031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToysAndGames', 'Toys & Games', 12463619031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'VideoGames', 'Video Games', 12463676031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'All', 'Alla avdelningar', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Automotive', 'Delar och tillbehör till bilar', '20512453031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Baby', 'Baby', '20512510031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Beauty', 'Skönhet och kroppsvård', '20512567031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Books', 'Böcker', '20512624031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Electronics', 'Elektronik', '20512681031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Fashion', 'Kläder, skor och smycken', '20512738031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'GroceryAndGourmetFood', 'Livsmedel och gourmetmat', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HealthPersonalCare', 'Hälsa, hushåll och barnvård', '20512966031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HomeAndKitchen', 'Hem', '20513023031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'MoviesAndTV', 'Filmer och TV', '20513194031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Music', 'CD och vinyl', '20513251031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'OfficeProducts', 'Kontorsprodukter', '20513365031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'PetSupplies', 'Husdjursprodukter', '20513422031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'SportsAndOutdoors', 'Sport och outdoor', '20513536031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToolsAndHomeImprovement', 'Verktyg och husrenovering', '20513080031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToysAndGames', 'Leksaker och spel', '20513593031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'VideoGames', 'Videospel', '20513650031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'All', 'Tüm Kategoriler', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Baby', 'Bebek', '12466208031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Books', 'Kitaplar', '12466380031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Computers', 'Bilgisayarlar', '12466439031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Electronics', 'Elektronik', '12466496031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'EverythingElse', 'Diğer Her Şey', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Fashion', 'Moda', '12466553031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'HomeAndKitchen', 'Ev ve Mutfak', '12466781031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'OfficeProducts', 'Ofis Ürünleri', '12467009031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'SportsAndOutdoors', 'Spor', '12467068031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToolsAndHomeImprovement', 'Yapı Market', '12466724031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToysAndGames', 'Oyuncaklar ve Oyunlar', '12467126031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'VideoGames', 'PC ve Video Oyunları', '12467183031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'All', 'Wszystkie kategorie', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ArtsAndCrafts', 'Arts & crafts', '20656845031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Automotive', 'Motoryzacja', '20656962031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Baby', 'Dziecko', '20657079031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Beauty', 'Uroda', '20657196031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Books', 'Książki', '20657314031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Electronics', 'Elektronika', '20657433031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Fashion', 'Odzież, obuwie i akcesoria', '20657552031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GardenAndOutdoor', 'Ogród', '20657670031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GiftCards', 'Karty podarunkowe', '20657800031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HealthPersonalCare', 'Zdrowie i gospodarstwo domowe', '20658036031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HomeAndKitchen', 'Dom i kuchnia', '20658155031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Industrial', 'Biznes, przemysł i nauka', '20658725031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MoviesAndTV', 'Filmy i programy TV', '20658842031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Music', 'Muzyka', '20658959031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MusicalInstruments', 'Instrumenty muzyczne', '20659076031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'OfficeProducts', 'Biuro', '20659193031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'PetSupplies', 'Zwierzęta', '20659310031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Software', 'Oprogramowanie', '20659427031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'SportsAndOutdoors', 'Sport i turystyka', '20659544031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToolsAndHomeImprovement', 'Renowacja domu', '20658608031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToysAndGames', 'Zabawki i gry', '20659661031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_locale_reference']
insert ignore into `letennisfr_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'VideoGames', 'Gry wideo', '20659778031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_cross_sell']
ALTER TABLE letennisfr_amz_cross_sell MODIFY COLUMN `nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0';

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_queue']
ALTER TABLE letennisfr_amz_queue MODIFY COLUMN `nb_tries` SMALLINT(1) UNSIGNED NOT NULL;

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_queue']
ALTER TABLE letennisfr_amz_queue MODIFY COLUMN `nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL;

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [ALTER command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_amz_queue']
ALTER TABLE letennisfr_amz_queue MODIFY COLUMN `country` VARCHAR(10) NOT NULL DEFAULT '';

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
update letennisfr_options set option_value = 'a:44:{i:1742446755;a:1:{s:15:\"iwp_cron_runner\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"iwp_spawner\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1742446759;a:1:{s:25:\"WooZone_autoimport_search\";a:1:{s:32:\"e25ab9e1f7d5242f20c82431b61bedce\";a:3:{s:8:\"schedule\";s:12:\"WooZone_5min\";s:4:\"args\";a:1:{i:0;s:17:\"autoimport_search\";}s:8:\"interval\";i:300;}}}i:1742446761;a:2:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:24:\"WooZone_autoimport_queue\";a:1:{s:32:\"65c8924e396509786638d88b0ad30331\";a:3:{s:8:\"schedule\";s:12:\"WooZone_3min\";s:4:\"args\";a:1:{i:0;s:16:\"autoimport_queue\";}s:8:\"interval\";i:180;}}}i:1742446763;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1742446773;a:1:{s:27:\"WooZone_syncwidget_products\";a:1:{s:32:\"b35b57dd4596ed3005a088068023f579\";a:3:{s:8:\"schedule\";s:12:\"WooZone_1min\";s:4:\"args\";a:1:{i:0;s:19:\"syncwidget_products\";}s:8:\"interval\";i:60;}}}i:1742446821;a:1:{s:21:\"WooZone_sync_products\";a:1:{s:32:\"59e8d82e52f5a878f3e6a50a254a6f2f\";a:3:{s:8:\"schedule\";s:12:\"WooZone_2min\";s:4:\"args\";a:1:{i:0;s:13:\"sync_products\";}s:8:\"interval\";i:120;}}}i:1742446899;a:1:{s:21:\"WooZone_unblock_crons\";a:1:{s:32:\"a20a07ce2c2c97de4e9da87c13e07d5f\";a:3:{s:8:\"schedule\";s:13:\"WooZone_10min\";s:4:\"args\";a:1:{i:0;s:13:\"unblock_crons\";}s:8:\"interval\";i:600;}}}i:1742446936;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1742447068;a:1:{s:20:\"blc_cron_check_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"10min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1742447174;a:1:{s:24:\"cegg_module_updater_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"ten_min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1742447271;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1742447434;a:1:{s:33:\"WooZone_syncwidget_products_cycle\";a:1:{s:32:\"3b933cce5a3d9f6e4df3e92dc1764778\";a:3:{s:8:\"schedule\";s:13:\"WooZone_15min\";s:4:\"args\";a:1:{i:0;s:25:\"syncwidget_products_cycle\";}s:8:\"interval\";i:900;}}}i:1742447900;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1742448155;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1742448224;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1742448287;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1742448334;a:2:{s:27:\"WooZone_sync_products_cycle\";a:1:{s:32:\"4306d9cdb4f14917e46b190098163010\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:19:\"sync_products_cycle\";}s:8:\"interval\";i:1800;}}s:24:\"WooZone_sync_products_gc\";a:1:{s:32:\"ab11a23fdd5dd78cc3ebd288c776b8dd\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:16:\"sync_products_gc\";}s:8:\"interval\";i:1800;}}}i:1742450168;a:1:{s:14:\"WooZone_report\";a:1:{s:32:\"df83978237ac8ed4e45a89f179c5d0d0\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"report\";}s:8:\"interval\";i:3600;}}}i:1742451352;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742466980;a:1:{s:37:\"check_plugin_updates-importwp-rhaddon\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742472962;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742477897;a:1:{s:29:\"validate_woopay_compatibility\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742478205;a:1:{s:33:\"check_plugin_updates-importwp-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742478275;a:1:{s:41:\"check_plugin_updates-importwp-woocommerce\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742479645;a:2:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742479652;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742479653;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742479674;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742479779;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742480292;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742480420;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742480490;a:1:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742480555;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742480649;a:2:{s:28:\"blc_cron_email_notifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"blc_cron_database_maintenance\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742481707;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742481968;a:1:{s:26:\"greenshift_check_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742483752;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742499233;a:1:{s:33:\"check_plugin_updates-rh-woo-tools\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742508000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742825245;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1742968047;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1743164212;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1743261590;a:1:{s:19:\"delete_fonts_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}' where 1=1 and option_id = '106';

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:56:\"Check plugin table letennisfr_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table letennisfr_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:61:\"Check plugin table letennisfr_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table letennisfr_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:66:\"Check plugin table letennisfr_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1742410562;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1742360735;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1742738599;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '9.0', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '14.0.0', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wcpay_currency_format', '1742824999', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wcpay_currency_format', 'a:150:{s:3:\"EUR\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_AT\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_BE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"el_CY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_IE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_EA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_IC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_BE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_BL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_GF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_GP\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_PM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_RE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_YT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_SM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_VA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_BE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_PT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sq_XK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_ME\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_XK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_AX\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_FI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tr_CY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"ast_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ca_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_DE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"el_GR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"et_EE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"eu_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fi_FI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_FR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fy_NL\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ga_IE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gl_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_IT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lb_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lt_LT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lv_LV\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"mt_MT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nl_NL\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sk_SK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sl_SI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AED\";a:2:{s:5:\"ar_AE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AFN\";a:4:{s:5:\"fa_AF\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"ps_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"uz_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"XCD\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_AI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_DM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GD\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_KN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_LC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ALL\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sq_AL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"AMD\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"hy_AM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"AOA\";a:2:{s:5:\"pt_AO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ARS\";a:2:{s:5:\"es_AR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"USD\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_DG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_FM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_UM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_ZW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_EC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_PA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_PR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_SV\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_HT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_BQ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_TL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"qu_EC\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"haw_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nd_ZW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sn_ZW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"AUD\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_CC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_CX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_KI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NF\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TV\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"AWG\";a:2:{s:5:\"nl_AW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AZN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"az_AZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BAM\";a:4:{s:5:\"hr_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"bs_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BBD\";a:2:{s:5:\"en_BB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BDT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"bn_BD\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"XOF\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_BJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_ML\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_NE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_SN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_TG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"pt_GW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:6:\"dyo_SN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"wo_SN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"BGN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"bg_BG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BHD\";a:2:{s:5:\"ar_BH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"BIF\";a:4:{s:5:\"en_BI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_BI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"rn_BI\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"BMD\";a:2:{s:5:\"en_BM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BND\";a:2:{s:5:\"ms_BN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BOB\";a:3:{s:5:\"es_BO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"qu_BO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BRL\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_BR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BSD\";a:2:{s:5:\"en_BS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BTN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"dz_BT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BWP\";a:2:{s:5:\"en_BW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BYN\";a:3:{s:5:\"ru_BY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"be_BY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BZD\";a:2:{s:5:\"en_BZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CAD\";a:3:{s:5:\"en_CA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_CA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CDF\";a:4:{s:5:\"fr_CD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sw_CD\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ln_CD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"XAF\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"en_CM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"es_GQ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_GA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_GQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_TD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"pt_GQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sg_CF\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CHF\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"de_LI\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"gsw_LI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"it_CH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"gsw_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"rm_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NZD\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"mi_NZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CLP\";a:2:{s:5:\"es_CL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CNY\";a:4:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"bo_CN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ug_CN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"zh_CN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"COP\";a:2:{s:5:\"es_CO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CRC\";a:2:{s:5:\"es_CR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CUC\";a:2:{s:5:\"es_CU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CVE\";a:2:{s:5:\"pt_CV\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ANG\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nl_CW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_SX\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"CZK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"cs_CZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"DJF\";a:3:{s:5:\"ar_DJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_DJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"DKK\";a:4:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"da_DK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fo_FO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"kl_GL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"DOP\";a:2:{s:5:\"es_DO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"DZD\";a:3:{s:5:\"ar_DZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_DZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"EGP\";a:2:{s:5:\"ar_EG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MAD\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ar_MA\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"tzm_MA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ERN\";a:4:{s:5:\"ar_ER\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_ER\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ti_ER\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ETB\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"am_ET\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"FJD\";a:2:{s:5:\"en_FJ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"FKP\";a:2:{s:5:\"en_FK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GBP\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_JE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ga_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"cy_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gd_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gv_IM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GEL\";a:3:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ka_GE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"os_GE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"GHS\";a:4:{s:5:\"en_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ak_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ee_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GIP\";a:2:{s:5:\"en_GI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GMD\";a:2:{s:5:\"en_GM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GNF\";a:2:{s:5:\"fr_GN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"GTQ\";a:2:{s:5:\"es_GT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GYD\";a:2:{s:5:\"en_GY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"HKD\";a:3:{s:5:\"en_HK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:10:\"zh_Hant_HK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"HNL\";a:2:{s:5:\"es_HN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"HUF\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"hu_HU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"IDR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"id_ID\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ILS\";a:4:{s:5:\"ar_IL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ar_PS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"he_IL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"INR\";a:19:{s:5:\"bn_IN\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ne_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ur_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"as_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"dz_BT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gu_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"hi_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"kn_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"kok_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"mai_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ml_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"mr_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"or_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sa_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sd_PK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ta_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"te_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"IQD\";a:3:{s:5:\"ar_IQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:6:\"ckb_IQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"IRR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fa_IR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ISK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"is_IS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"JMD\";a:2:{s:5:\"en_JM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"JOD\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:5:\"ar_PS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"JPY\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ja_JP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KES\";a:3:{s:5:\"en_KE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sw_KE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"KGS\";a:3:{s:5:\"ru_KG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ky_KG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"KHR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"km_KH\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"KMF\";a:3:{s:5:\"ar_KM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_KM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"KPW\";a:2:{s:5:\"ko_KP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KRW\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ko_KR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KWD\";a:2:{s:5:\"ar_KW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"KYD\";a:2:{s:5:\"en_KY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"KZT\";a:3:{s:5:\"ru_KZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"kk_KZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"LAK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"lo_LA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"LBP\";a:2:{s:5:\"ar_LB\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"LKR\";a:3:{s:5:\"ta_LK\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"si_LK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LRD\";a:2:{s:5:\"en_LR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LSL\";a:2:{s:5:\"en_LS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LYD\";a:2:{s:5:\"ar_LY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"MDL\";a:2:{s:5:\"ro_MD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MGA\";a:4:{s:5:\"en_MG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_MG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"mg_MG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MKD\";a:3:{s:5:\"sq_MK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"mk_MK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MMK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"my_MM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MNT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"mn_MN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MOP\";a:3:{s:5:\"pt_MO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"zh_Hant_MO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MRU\";a:2:{s:5:\"ar_MR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MUR\";a:3:{s:5:\"en_MU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_MU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MWK\";a:2:{s:5:\"en_MW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MXN\";a:2:{s:5:\"es_MX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MYR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ms_MY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MZN\";a:2:{s:5:\"pt_MZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"NAD\";a:2:{s:5:\"en_NA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"XPF\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_PF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_WF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"NGN\";a:3:{s:5:\"en_NG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"yo_NG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NIO\";a:2:{s:5:\"es_NI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NOK\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nb_NO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nn_NO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"se_NO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"NPR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ne_NP\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"OMR\";a:2:{s:5:\"ar_OM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"PEN\";a:3:{s:5:\"es_PE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"qu_PE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PGK\";a:2:{s:5:\"en_PG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PHP\";a:4:{s:5:\"en_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"ceb_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"fil_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PKR\";a:3:{s:5:\"en_PK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ur_PK\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"PLN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pl_PL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"PYG\";a:2:{s:5:\"es_PY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"QAR\";a:2:{s:5:\"ar_QA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RON\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ro_RO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RSD\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sr_RS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"RUB\";a:5:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ce_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ru_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"sah_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tt_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RWF\";a:4:{s:5:\"en_RW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_RW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"rw_RW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"SAR\";a:2:{s:5:\"ar_SA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SBD\";a:2:{s:5:\"en_SB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SCR\";a:3:{s:5:\"en_SC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_SC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SDG\";a:3:{s:5:\"ar_SD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_SD\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SEK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_SE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SGD\";a:4:{s:5:\"en_SG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ms_SG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ta_SG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SHP\";a:2:{s:5:\"en_SH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SLL\";a:2:{s:5:\"en_SL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"SOS\";a:3:{s:5:\"ar_SO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"so_SO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"SRD\";a:2:{s:5:\"nl_SR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SSP\";a:2:{s:5:\"en_SS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"STN\";a:2:{s:5:\"pt_ST\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SYP\";a:3:{s:5:\"ar_SY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_SY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"SZL\";a:2:{s:5:\"en_SZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"THB\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"th_TH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TJS\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tg_TJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TMT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tk_TM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TND\";a:3:{s:5:\"ar_TN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:5:\"fr_TN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"TOP\";a:3:{s:5:\"en_TO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"to_TO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TRY\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tr_TR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TTD\";a:2:{s:5:\"en_TT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TWD\";a:2:{s:7:\"zh_Hant\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"TZS\";a:3:{s:5:\"en_TZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"sw_TZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"UAH\";a:3:{s:5:\"ru_UA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"uk_UA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"UGX\";a:3:{s:5:\"en_UG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"sw_UG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"UYU\";a:2:{s:5:\"es_UY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"UZS\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"uz_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"VES\";a:2:{s:5:\"es_VE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"VND\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"vi_VN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"VUV\";a:3:{s:5:\"en_VU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_VU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"WST\";a:2:{s:5:\"en_WS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"YER\";a:2:{s:5:\"ar_YE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ZAR\";a:7:{s:5:\"en_LS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"af_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"xh_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"zu_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ZMW\";a:2:{s:5:\"en_ZM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wcpay_locale_info', '1742824999', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wcpay_locale_info', 'a:248:{s:2:\"AD\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ca_AD\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AE\";a:14:{s:13:\"currency_code\";s:3:\"AED\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_AE\";s:4:\"name\";s:27:\"United Arab Emirates dirham\";s:8:\"singular\";s:10:\"UAE dirham\";s:6:\"plural\";s:11:\"UAE dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_AE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AF\";a:14:{s:13:\"currency_code\";s:3:\"AFN\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"fa_AF\";s:4:\"name\";s:14:\"Afghan afghani\";s:8:\"singular\";s:14:\"Afghan Afghani\";s:6:\"plural\";s:15:\"Afghan Afghanis\";s:12:\"short_symbol\";s:2:\"؋\";s:7:\"locales\";a:4:{s:5:\"fa_AF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ps_AF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uz_AF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AG\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AG\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AI\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AI\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AL\";a:14:{s:13:\"currency_code\";s:3:\"ALL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sq_AL\";s:4:\"name\";s:12:\"Albanian lek\";s:8:\"singular\";s:12:\"Albanian lek\";s:6:\"plural\";s:14:\"Albanian lekë\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_AL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AM\";a:14:{s:13:\"currency_code\";s:3:\"AMD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hy_AM\";s:4:\"name\";s:13:\"Armenian dram\";s:8:\"singular\";s:13:\"Armenian dram\";s:6:\"plural\";s:14:\"Armenian drams\";s:12:\"short_symbol\";s:2:\"֏\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"hy_AM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AO\";a:14:{s:13:\"currency_code\";s:3:\"AOA\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_AO\";s:4:\"name\";s:14:\"Angolan kwanza\";s:8:\"singular\";s:14:\"Angolan kwanza\";s:6:\"plural\";s:15:\"Angolan kwanzas\";s:12:\"short_symbol\";s:2:\"Kz\";s:7:\"locales\";a:2:{s:5:\"pt_AO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AR\";a:14:{s:13:\"currency_code\";s:3:\"ARS\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_AR\";s:4:\"name\";s:14:\"Argentine peso\";s:8:\"singular\";s:14:\"Argentine peso\";s:6:\"plural\";s:15:\"Argentine pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_AR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AS\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AS\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_AT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AU\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AU\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AW\";a:14:{s:13:\"currency_code\";s:3:\"AWG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_AW\";s:4:\"name\";s:13:\"Aruban florin\";s:8:\"singular\";s:13:\"Aruban florin\";s:6:\"plural\";s:13:\"Aruban florin\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"nl_AW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AX\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sv_AX\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AZ\";a:14:{s:13:\"currency_code\";s:3:\"AZN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"az_AZ\";s:4:\"name\";s:17:\"Azerbaijani manat\";s:8:\"singular\";s:17:\"Azerbaijani manat\";s:6:\"plural\";s:18:\"Azerbaijani manats\";s:12:\"short_symbol\";s:3:\"₼\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"az_AZ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BA\";a:14:{s:13:\"currency_code\";s:3:\"BAM\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bs_BA\";s:4:\"name\";s:39:\"Bosnia and Herzegovina convertible mark\";s:8:\"singular\";s:35:\"Bosnia-Herzegovina convertible mark\";s:6:\"plural\";s:36:\"Bosnia-Herzegovina convertible marks\";s:12:\"short_symbol\";s:2:\"KM\";s:7:\"locales\";a:4:{s:5:\"hr_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"bs_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BB\";a:14:{s:13:\"currency_code\";s:3:\"BBD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BB\";s:4:\"name\";s:16:\"Barbadian dollar\";s:8:\"singular\";s:16:\"Barbadian dollar\";s:6:\"plural\";s:17:\"Barbadian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BD\";a:14:{s:13:\"currency_code\";s:3:\"BDT\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bn_BD\";s:4:\"name\";s:16:\"Bangladeshi taka\";s:8:\"singular\";s:16:\"Bangladeshi taka\";s:6:\"plural\";s:17:\"Bangladeshi takas\";s:12:\"short_symbol\";s:3:\"৳\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"bn_BD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"BE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_BE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BF\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BF\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BG\";a:14:{s:13:\"currency_code\";s:3:\"BGN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bg_BG\";s:4:\"name\";s:13:\"Bulgarian lev\";s:8:\"singular\";s:13:\"Bulgarian lev\";s:6:\"plural\";s:14:\"Bulgarian leva\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"bg_BG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BH\";a:14:{s:13:\"currency_code\";s:3:\"BHD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_BH\";s:4:\"name\";s:14:\"Bahraini dinar\";s:8:\"singular\";s:14:\"Bahraini dinar\";s:6:\"plural\";s:15:\"Bahraini dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_BH\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BI\";a:14:{s:13:\"currency_code\";s:3:\"BIF\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"rn_BI\";s:4:\"name\";s:15:\"Burundian franc\";s:8:\"singular\";s:15:\"Burundian franc\";s:6:\"plural\";s:16:\"Burundian francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_BI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_BI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"rn_BI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"BJ\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BJ\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BL\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BL\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BM\";a:14:{s:13:\"currency_code\";s:3:\"BMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BM\";s:4:\"name\";s:16:\"Bermudian dollar\";s:8:\"singular\";s:15:\"Bermudan dollar\";s:6:\"plural\";s:16:\"Bermudan dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BN\";a:14:{s:13:\"currency_code\";s:3:\"BND\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ms_BN\";s:4:\"name\";s:13:\"Brunei dollar\";s:8:\"singular\";s:13:\"Brunei dollar\";s:6:\"plural\";s:14:\"Brunei dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"ms_BN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BO\";a:14:{s:13:\"currency_code\";s:3:\"BOB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_BO\";s:4:\"name\";s:18:\"Bolivian boliviano\";s:8:\"singular\";s:18:\"Bolivian boliviano\";s:6:\"plural\";s:19:\"Bolivian bolivianos\";s:12:\"short_symbol\";s:2:\"Bs\";s:7:\"locales\";a:3:{s:5:\"es_BO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"qu_BO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BQ\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_BQ\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BR\";a:14:{s:13:\"currency_code\";s:3:\"BRL\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_BR\";s:4:\"name\";s:14:\"Brazilian real\";s:8:\"singular\";s:14:\"Brazilian real\";s:6:\"plural\";s:15:\"Brazilian reals\";s:12:\"short_symbol\";s:2:\"R$\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_BR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BS\";a:14:{s:13:\"currency_code\";s:3:\"BSD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BS\";s:4:\"name\";s:15:\"Bahamian dollar\";s:8:\"singular\";s:15:\"Bahamian dollar\";s:6:\"plural\";s:16:\"Bahamian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BT\";a:14:{s:13:\"currency_code\";s:3:\"BTN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"dz_BT\";s:4:\"name\";s:18:\"Bhutanese ngultrum\";s:8:\"singular\";s:18:\"Bhutanese ngultrum\";s:6:\"plural\";s:19:\"Bhutanese ngultrums\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"dz_BT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BW\";a:14:{s:13:\"currency_code\";s:3:\"BWP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BW\";s:4:\"name\";s:13:\"Botswana pula\";s:8:\"singular\";s:14:\"Botswanan pula\";s:6:\"plural\";s:15:\"Botswanan pulas\";s:12:\"short_symbol\";s:1:\"P\";s:7:\"locales\";a:2:{s:5:\"en_BW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BY\";a:14:{s:13:\"currency_code\";s:3:\"BYN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"be_BY\";s:4:\"name\";s:16:\"Belarusian ruble\";s:8:\"singular\";s:16:\"Belarusian ruble\";s:6:\"plural\";s:17:\"Belarusian rubles\";s:12:\"short_symbol\";s:3:\"р.\";s:7:\"locales\";a:3:{s:5:\"ru_BY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"be_BY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BZ\";a:14:{s:13:\"currency_code\";s:3:\"BZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BZ\";s:4:\"name\";s:13:\"Belize dollar\";s:8:\"singular\";s:13:\"Belize dollar\";s:6:\"plural\";s:14:\"Belize dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CA\";a:14:{s:13:\"currency_code\";s:3:\"CAD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CA\";s:4:\"name\";s:15:\"Canadian dollar\";s:8:\"singular\";s:15:\"Canadian dollar\";s:6:\"plural\";s:16:\"Canadian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:3:{s:5:\"en_CA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CC\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CC\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CD\";a:14:{s:13:\"currency_code\";s:3:\"CDF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_CD\";s:4:\"name\";s:15:\"Congolese franc\";s:8:\"singular\";s:15:\"Congolese franc\";s:6:\"plural\";s:16:\"Congolese francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_CD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sw_CD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ln_CD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CF\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CF\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CG\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CG\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CH\";a:14:{s:13:\"currency_code\";s:3:\"CHF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_CH\";s:4:\"name\";s:11:\"Swiss franc\";s:8:\"singular\";s:11:\"Swiss franc\";s:6:\"plural\";s:12:\"Swiss francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_CH\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"gsw_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"gsw_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"rm_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CI\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CI\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CK\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CK\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CL\";a:14:{s:13:\"currency_code\";s:3:\"CLP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CL\";s:4:\"name\";s:12:\"Chilean peso\";s:8:\"singular\";s:12:\"Chilean peso\";s:6:\"plural\";s:13:\"Chilean pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CM\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CM\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CN\";a:14:{s:13:\"currency_code\";s:3:\"CNY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"zh_CN\";s:4:\"name\";s:12:\"Chinese yuan\";s:8:\"singular\";s:12:\"Chinese yuan\";s:6:\"plural\";s:12:\"Chinese yuan\";s:12:\"short_symbol\";s:2:\"¥\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"bo_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ug_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"zh_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CO\";a:14:{s:13:\"currency_code\";s:3:\"COP\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CO\";s:4:\"name\";s:14:\"Colombian peso\";s:8:\"singular\";s:14:\"Colombian peso\";s:6:\"plural\";s:15:\"Colombian pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CR\";a:14:{s:13:\"currency_code\";s:3:\"CRC\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CR\";s:4:\"name\";s:18:\"Costa Rican colón\";s:8:\"singular\";s:18:\"Costa Rican colón\";s:6:\"plural\";s:19:\"Costa Rican colóns\";s:12:\"short_symbol\";s:3:\"₡\";s:7:\"locales\";a:2:{s:5:\"es_CR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CU\";a:14:{s:13:\"currency_code\";s:3:\"CUC\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CU\";s:4:\"name\";s:22:\"Cuban convertible peso\";s:8:\"singular\";s:22:\"Cuban convertible peso\";s:6:\"plural\";s:23:\"Cuban convertible pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CV\";a:14:{s:13:\"currency_code\";s:3:\"CVE\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_CV\";s:4:\"name\";s:19:\"Cape Verdean escudo\";s:8:\"singular\";s:19:\"Cape Verdean escudo\";s:6:\"plural\";s:20:\"Cape Verdean escudos\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"pt_CV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CW\";a:14:{s:13:\"currency_code\";s:3:\"ANG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_CW\";s:4:\"name\";s:29:\"Netherlands Antillean guilder\";s:8:\"singular\";s:29:\"Netherlands Antillean guilder\";s:6:\"plural\";s:30:\"Netherlands Antillean guilders\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_CW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nl_SX\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CX\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CX\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CY\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"el_CY\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CZ\";a:14:{s:13:\"currency_code\";s:3:\"CZK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:4:\"name\";s:12:\"Czech koruna\";s:8:\"singular\";s:12:\"Czech koruna\";s:6:\"plural\";s:13:\"Czech korunas\";s:12:\"short_symbol\";s:3:\"Kč\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"cs_CZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_DE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DG\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_DG\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"DJ\";a:14:{s:13:\"currency_code\";s:3:\"DJF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_DJ\";s:4:\"name\";s:16:\"Djiboutian franc\";s:8:\"singular\";s:16:\"Djiboutian franc\";s:6:\"plural\";s:17:\"Djiboutian francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_DJ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_DJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DK\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"da_DK\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:3:\"kr.\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DM\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_DM\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DO\";a:14:{s:13:\"currency_code\";s:3:\"DOP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_DO\";s:4:\"name\";s:14:\"Dominican peso\";s:8:\"singular\";s:14:\"Dominican peso\";s:6:\"plural\";s:15:\"Dominican pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_DO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DZ\";a:14:{s:13:\"currency_code\";s:3:\"DZD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_DZ\";s:4:\"name\";s:14:\"Algerian dinar\";s:8:\"singular\";s:14:\"Algerian dinar\";s:6:\"plural\";s:15:\"Algerian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_DZ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_DZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"EA\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_EA\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EC\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_EC\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"EE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"et_EE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EG\";a:14:{s:13:\"currency_code\";s:3:\"EGP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_EG\";s:4:\"name\";s:14:\"Egyptian pound\";s:8:\"singular\";s:14:\"Egyptian pound\";s:6:\"plural\";s:15:\"Egyptian pounds\";s:12:\"short_symbol\";s:3:\"E£\";s:7:\"locales\";a:2:{s:5:\"ar_EG\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EH\";a:14:{s:13:\"currency_code\";s:3:\"MAD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_EH\";s:4:\"name\";s:15:\"Moroccan dirham\";s:8:\"singular\";s:15:\"Moroccan dirham\";s:6:\"plural\";s:16:\"Moroccan dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ar_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"tzm_MA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ER\";a:14:{s:13:\"currency_code\";s:3:\"ERN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ti_ER\";s:4:\"name\";s:14:\"Eritrean nakfa\";s:8:\"singular\";s:14:\"Eritrean nakfa\";s:6:\"plural\";s:15:\"Eritrean nakfas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"ar_ER\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_ER\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ti_ER\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ES\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_ES\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ET\";a:14:{s:13:\"currency_code\";s:3:\"ETB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"am_ET\";s:4:\"name\";s:14:\"Ethiopian birr\";s:8:\"singular\";s:14:\"Ethiopian birr\";s:6:\"plural\";s:15:\"Ethiopian birrs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"am_ET\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FI\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fi_FI\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"FJ\";a:14:{s:13:\"currency_code\";s:3:\"FJD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FJ\";s:4:\"name\";s:13:\"Fijian dollar\";s:8:\"singular\";s:13:\"Fijian dollar\";s:6:\"plural\";s:14:\"Fijian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_FJ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FK\";a:14:{s:13:\"currency_code\";s:3:\"FKP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FK\";s:4:\"name\";s:22:\"Falkland Islands pound\";s:8:\"singular\";s:22:\"Falkland Islands pound\";s:6:\"plural\";s:23:\"Falkland Islands pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_FK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FM\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FM\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"FO\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fo_FO\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_FR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GA\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GA\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GB\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"oz\";s:14:\"dimension_unit\";s:4:\"foot\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GB\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GD\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GD\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GE\";a:14:{s:13:\"currency_code\";s:3:\"GEL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ka_GE\";s:4:\"name\";s:13:\"Georgian lari\";s:8:\"singular\";s:13:\"Georgian lari\";s:6:\"plural\";s:14:\"Georgian laris\";s:12:\"short_symbol\";s:3:\"₾\";s:7:\"locales\";a:3:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ka_GE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"os_GE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GF\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GF\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GG\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GG\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GH\";a:14:{s:13:\"currency_code\";s:3:\"GHS\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ak_GH\";s:4:\"name\";s:10:\"Ghana cedi\";s:8:\"singular\";s:13:\"Ghanaian cedi\";s:6:\"plural\";s:14:\"Ghanaian cedis\";s:12:\"short_symbol\";s:5:\"GH₵\";s:7:\"locales\";a:4:{s:5:\"en_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ak_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ee_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GI\";a:14:{s:13:\"currency_code\";s:3:\"GIP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GI\";s:4:\"name\";s:15:\"Gibraltar pound\";s:8:\"singular\";s:15:\"Gibraltar pound\";s:6:\"plural\";s:16:\"Gibraltar pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_GI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GL\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"kl_GL\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GM\";a:14:{s:13:\"currency_code\";s:3:\"GMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GM\";s:4:\"name\";s:14:\"Gambian dalasi\";s:8:\"singular\";s:14:\"Gambian dalasi\";s:6:\"plural\";s:15:\"Gambian dalasis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_GM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GN\";a:14:{s:13:\"currency_code\";s:3:\"GNF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GN\";s:4:\"name\";s:13:\"Guinean franc\";s:8:\"singular\";s:13:\"Guinean franc\";s:6:\"plural\";s:14:\"Guinean francs\";s:12:\"short_symbol\";s:2:\"FG\";s:7:\"locales\";a:2:{s:5:\"fr_GN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GP\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GP\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GQ\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_GQ\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"el_GR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GT\";a:14:{s:13:\"currency_code\";s:3:\"GTQ\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_GT\";s:4:\"name\";s:18:\"Guatemalan quetzal\";s:8:\"singular\";s:18:\"Guatemalan quetzal\";s:6:\"plural\";s:19:\"Guatemalan quetzals\";s:12:\"short_symbol\";s:1:\"Q\";s:7:\"locales\";a:2:{s:5:\"es_GT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GU\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GU\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GW\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_GW\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GY\";a:14:{s:13:\"currency_code\";s:3:\"GYD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GY\";s:4:\"name\";s:15:\"Guyanese dollar\";s:8:\"singular\";s:16:\"Guyanaese dollar\";s:6:\"plural\";s:17:\"Guyanaese dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_GY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HK\";a:14:{s:13:\"currency_code\";s:3:\"HKD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"zh_Hant_HK\";s:4:\"name\";s:16:\"Hong Kong dollar\";s:8:\"singular\";s:16:\"Hong Kong dollar\";s:6:\"plural\";s:17:\"Hong Kong dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:3:{s:5:\"en_HK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:10:\"zh_Hant_HK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HN\";a:14:{s:13:\"currency_code\";s:3:\"HNL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_HN\";s:4:\"name\";s:16:\"Honduran lempira\";s:8:\"singular\";s:16:\"Honduran lempira\";s:6:\"plural\";s:17:\"Honduran lempiras\";s:12:\"short_symbol\";s:1:\"L\";s:7:\"locales\";a:2:{s:5:\"es_HN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hr_HR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"HT\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_HT\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"HU\";a:14:{s:13:\"currency_code\";s:3:\"HUF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hu_HU\";s:4:\"name\";s:16:\"Hungarian forint\";s:8:\"singular\";s:16:\"Hungarian forint\";s:6:\"plural\";s:17:\"Hungarian forints\";s:12:\"short_symbol\";s:2:\"Ft\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"hu_HU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IC\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_IC\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ID\";a:14:{s:13:\"currency_code\";s:3:\"IDR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"id_ID\";s:4:\"name\";s:17:\"Indonesian rupiah\";s:8:\"singular\";s:17:\"Indonesian rupiah\";s:6:\"plural\";s:18:\"Indonesian rupiahs\";s:12:\"short_symbol\";s:2:\"Rp\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"id_ID\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IL\";a:14:{s:13:\"currency_code\";s:3:\"ILS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"he_IL\";s:4:\"name\";s:18:\"Israeli new shekel\";s:8:\"singular\";s:18:\"Israeli new shekel\";s:6:\"plural\";s:19:\"Israeli new shekels\";s:12:\"short_symbol\";s:3:\"₪\";s:7:\"locales\";a:4:{s:5:\"ar_IL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"he_IL\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IM\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IM\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IN\";a:14:{s:13:\"currency_code\";s:3:\"INR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hi_IN\";s:4:\"name\";s:12:\"Indian rupee\";s:8:\"singular\";s:12:\"Indian rupee\";s:6:\"plural\";s:13:\"Indian rupees\";s:12:\"short_symbol\";s:3:\"₹\";s:7:\"locales\";a:19:{s:5:\"bn_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"en_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ne_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ur_IN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"as_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"dz_BT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gu_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"hi_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"kn_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"kok_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"mai_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ml_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mr_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"or_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sa_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sd_PK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ta_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"te_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IO\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IO\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"IQ\";a:14:{s:13:\"currency_code\";s:3:\"IQD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_IQ\";s:4:\"name\";s:11:\"Iraqi dinar\";s:8:\"singular\";s:11:\"Iraqi dinar\";s:6:\"plural\";s:12:\"Iraqi dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_IQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ckb_IQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IR\";a:14:{s:13:\"currency_code\";s:3:\"IRR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"fa_IR\";s:4:\"name\";s:12:\"Iranian rial\";s:8:\"singular\";s:12:\"Iranian rial\";s:6:\"plural\";s:13:\"Iranian rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fa_IR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IS\";a:14:{s:13:\"currency_code\";s:3:\"ISK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"is_IS\";s:4:\"name\";s:16:\"Icelandic króna\";s:8:\"singular\";s:16:\"Icelandic króna\";s:6:\"plural\";s:17:\"Icelandic krónur\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"is_IS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_IT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"JE\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_JE\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"JM\";a:14:{s:13:\"currency_code\";s:3:\"JMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_JM\";s:4:\"name\";s:15:\"Jamaican dollar\";s:8:\"singular\";s:15:\"Jamaican dollar\";s:6:\"plural\";s:16:\"Jamaican dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_JM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"JO\";a:14:{s:13:\"currency_code\";s:3:\"JOD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_JO\";s:4:\"name\";s:15:\"Jordanian dinar\";s:8:\"singular\";s:15:\"Jordanian dinar\";s:6:\"plural\";s:16:\"Jordanian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"JP\";a:14:{s:13:\"currency_code\";s:3:\"JPY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ja_JP\";s:4:\"name\";s:12:\"Japanese yen\";s:8:\"singular\";s:12:\"Japanese yen\";s:6:\"plural\";s:12:\"Japanese yen\";s:12:\"short_symbol\";s:2:\"¥\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ja_JP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KE\";a:14:{s:13:\"currency_code\";s:3:\"KES\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_KE\";s:4:\"name\";s:15:\"Kenyan shilling\";s:8:\"singular\";s:15:\"Kenyan shilling\";s:6:\"plural\";s:16:\"Kenyan shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_KE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_KE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KG\";a:14:{s:13:\"currency_code\";s:3:\"KGS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ky_KG\";s:4:\"name\";s:15:\"Kyrgyzstani som\";s:8:\"singular\";s:14:\"Kyrgystani som\";s:6:\"plural\";s:15:\"Kyrgystani soms\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ru_KG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ky_KG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KH\";a:14:{s:13:\"currency_code\";s:3:\"KHR\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"km_KH\";s:4:\"name\";s:14:\"Cambodian riel\";s:8:\"singular\";s:14:\"Cambodian riel\";s:6:\"plural\";s:15:\"Cambodian riels\";s:12:\"short_symbol\";s:3:\"៛\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"km_KH\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"KI\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KI\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KM\";a:14:{s:13:\"currency_code\";s:3:\"KMF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_KM\";s:4:\"name\";s:14:\"Comorian franc\";s:8:\"singular\";s:14:\"Comorian franc\";s:6:\"plural\";s:15:\"Comorian francs\";s:12:\"short_symbol\";s:2:\"CF\";s:7:\"locales\";a:3:{s:5:\"ar_KM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_KM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KN\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KN\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KP\";a:14:{s:13:\"currency_code\";s:3:\"KPW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ko_KP\";s:4:\"name\";s:16:\"North Korean won\";s:8:\"singular\";s:16:\"North Korean won\";s:6:\"plural\";s:16:\"North Korean won\";s:12:\"short_symbol\";s:3:\"₩\";s:7:\"locales\";a:2:{s:5:\"ko_KP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KR\";a:14:{s:13:\"currency_code\";s:3:\"KRW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ko_KR\";s:4:\"name\";s:16:\"South Korean won\";s:8:\"singular\";s:16:\"South Korean won\";s:6:\"plural\";s:16:\"South Korean won\";s:12:\"short_symbol\";s:3:\"₩\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ko_KR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KW\";a:14:{s:13:\"currency_code\";s:3:\"KWD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_KW\";s:4:\"name\";s:13:\"Kuwaiti dinar\";s:8:\"singular\";s:13:\"Kuwaiti dinar\";s:6:\"plural\";s:14:\"Kuwaiti dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_KW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KY\";a:14:{s:13:\"currency_code\";s:3:\"KYD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KY\";s:4:\"name\";s:21:\"Cayman Islands dollar\";s:8:\"singular\";s:21:\"Cayman Islands dollar\";s:6:\"plural\";s:22:\"Cayman Islands dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_KY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KZ\";a:14:{s:13:\"currency_code\";s:3:\"KZT\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ru_KZ\";s:4:\"name\";s:17:\"Kazakhstani tenge\";s:8:\"singular\";s:17:\"Kazakhstani tenge\";s:6:\"plural\";s:18:\"Kazakhstani tenges\";s:12:\"short_symbol\";s:3:\"₸\";s:7:\"locales\";a:3:{s:5:\"ru_KZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kk_KZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LA\";a:14:{s:13:\"currency_code\";s:3:\"LAK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lo_LA\";s:4:\"name\";s:7:\"Lao kip\";s:8:\"singular\";s:11:\"Laotian kip\";s:6:\"plural\";s:12:\"Laotian kips\";s:12:\"short_symbol\";s:3:\"₭\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"lo_LA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LB\";a:14:{s:13:\"currency_code\";s:3:\"LBP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_LB\";s:4:\"name\";s:14:\"Lebanese pound\";s:8:\"singular\";s:14:\"Lebanese pound\";s:6:\"plural\";s:15:\"Lebanese pounds\";s:12:\"short_symbol\";s:3:\"L£\";s:7:\"locales\";a:2:{s:5:\"ar_LB\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LC\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LC\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LI\";a:14:{s:13:\"currency_code\";s:3:\"CHF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_LI\";s:4:\"name\";s:11:\"Swiss franc\";s:8:\"singular\";s:11:\"Swiss franc\";s:6:\"plural\";s:12:\"Swiss francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_CH\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"gsw_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"gsw_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"rm_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LK\";a:14:{s:13:\"currency_code\";s:3:\"LKR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"si_LK\";s:4:\"name\";s:16:\"Sri Lankan rupee\";s:8:\"singular\";s:16:\"Sri Lankan rupee\";s:6:\"plural\";s:17:\"Sri Lankan rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"ta_LK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"si_LK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LR\";a:14:{s:13:\"currency_code\";s:3:\"LRD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LR\";s:4:\"name\";s:15:\"Liberian dollar\";s:8:\"singular\";s:15:\"Liberian dollar\";s:6:\"plural\";s:16:\"Liberian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_LR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LS\";a:14:{s:13:\"currency_code\";s:3:\"LSL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LS\";s:4:\"name\";s:12:\"Lesotho loti\";s:8:\"singular\";s:12:\"Lesotho loti\";s:6:\"plural\";s:13:\"Lesotho lotis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_LS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lt_LT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LU\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_LU\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LV\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lv_LV\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LY\";a:14:{s:13:\"currency_code\";s:3:\"LYD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_LY\";s:4:\"name\";s:12:\"Libyan dinar\";s:8:\"singular\";s:12:\"Libyan dinar\";s:6:\"plural\";s:13:\"Libyan dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_LY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MA\";a:14:{s:13:\"currency_code\";s:3:\"MAD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_MA\";s:4:\"name\";s:15:\"Moroccan dirham\";s:8:\"singular\";s:15:\"Moroccan dirham\";s:6:\"plural\";s:16:\"Moroccan dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ar_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"tzm_MA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MC\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MC\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MD\";a:14:{s:13:\"currency_code\";s:3:\"MDL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ro_MD\";s:4:\"name\";s:12:\"Moldovan leu\";s:8:\"singular\";s:12:\"Moldovan leu\";s:6:\"plural\";s:12:\"Moldovan lei\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ro_MD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ME\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"sr_Latn_ME\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MF\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MF\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MG\";a:14:{s:13:\"currency_code\";s:3:\"MGA\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mg_MG\";s:4:\"name\";s:15:\"Malagasy ariary\";s:8:\"singular\";s:15:\"Malagasy ariary\";s:6:\"plural\";s:17:\"Malagasy ariaries\";s:12:\"short_symbol\";s:2:\"Ar\";s:7:\"locales\";a:4:{s:5:\"en_MG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_MG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mg_MG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MH\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MH\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MK\";a:14:{s:13:\"currency_code\";s:3:\"MKD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mk_MK\";s:4:\"name\";s:16:\"Macedonian denar\";s:8:\"singular\";s:16:\"Macedonian denar\";s:6:\"plural\";s:17:\"Macedonian denari\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"sq_MK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mk_MK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ML\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_ML\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MM\";a:14:{s:13:\"currency_code\";s:3:\"MMK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"my_MM\";s:4:\"name\";s:12:\"Burmese kyat\";s:8:\"singular\";s:12:\"Myanmar kyat\";s:6:\"plural\";s:13:\"Myanmar kyats\";s:12:\"short_symbol\";s:1:\"K\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"my_MM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MN\";a:14:{s:13:\"currency_code\";s:3:\"MNT\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mn_MN\";s:4:\"name\";s:18:\"Mongolian tögrög\";s:8:\"singular\";s:16:\"Mongolian tugrik\";s:6:\"plural\";s:17:\"Mongolian tugriks\";s:12:\"short_symbol\";s:3:\"₮\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"mn_MN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MO\";a:14:{s:13:\"currency_code\";s:3:\"MOP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"zh_Hant_MO\";s:4:\"name\";s:15:\"Macanese pataca\";s:8:\"singular\";s:15:\"Macanese pataca\";s:6:\"plural\";s:16:\"Macanese patacas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"pt_MO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"zh_Hant_MO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MP\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MP\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MQ\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MQ\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MR\";a:14:{s:13:\"currency_code\";s:3:\"MRU\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_MR\";s:4:\"name\";s:19:\"Mauritanian ouguiya\";s:8:\"singular\";s:19:\"Mauritanian ouguiya\";s:6:\"plural\";s:20:\"Mauritanian ouguiyas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_MR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MS\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MS\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mt_MT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MU\";a:14:{s:13:\"currency_code\";s:3:\"MUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MU\";s:4:\"name\";s:15:\"Mauritian rupee\";s:8:\"singular\";s:15:\"Mauritian rupee\";s:6:\"plural\";s:16:\"Mauritian rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"en_MU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_MU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MV\";a:14:{s:13:\"currency_code\";s:3:\"MVR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:0:\"\";s:4:\"name\";s:17:\"Maldivian rufiyaa\";s:8:\"singular\";s:17:\"Maldivian rufiyaa\";s:6:\"plural\";s:18:\"Maldivian rufiyaas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:1:{s:7:\"default\";a:0:{}}}s:2:\"MW\";a:14:{s:13:\"currency_code\";s:3:\"MWK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MW\";s:4:\"name\";s:15:\"Malawian kwacha\";s:8:\"singular\";s:15:\"Malawian kwacha\";s:6:\"plural\";s:16:\"Malawian kwachas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_MW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MX\";a:14:{s:13:\"currency_code\";s:3:\"MXN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_MX\";s:4:\"name\";s:12:\"Mexican peso\";s:8:\"singular\";s:12:\"Mexican peso\";s:6:\"plural\";s:13:\"Mexican pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_MX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MY\";a:14:{s:13:\"currency_code\";s:3:\"MYR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ms_MY\";s:4:\"name\";s:17:\"Malaysian ringgit\";s:8:\"singular\";s:17:\"Malaysian ringgit\";s:6:\"plural\";s:18:\"Malaysian ringgits\";s:12:\"short_symbol\";s:2:\"RM\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ms_MY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MZ\";a:14:{s:13:\"currency_code\";s:3:\"MZN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_MZ\";s:4:\"name\";s:18:\"Mozambican metical\";s:8:\"singular\";s:18:\"Mozambican metical\";s:6:\"plural\";s:19:\"Mozambican meticals\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"pt_MZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NA\";a:14:{s:13:\"currency_code\";s:3:\"NAD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NA\";s:4:\"name\";s:15:\"Namibian dollar\";s:8:\"singular\";s:15:\"Namibian dollar\";s:6:\"plural\";s:16:\"Namibian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_NA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NC\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_NC\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NE\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_NE\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NF\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NF\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NG\";a:14:{s:13:\"currency_code\";s:3:\"NGN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NG\";s:4:\"name\";s:14:\"Nigerian naira\";s:8:\"singular\";s:14:\"Nigerian naira\";s:6:\"plural\";s:15:\"Nigerian nairas\";s:12:\"short_symbol\";s:3:\"₦\";s:7:\"locales\";a:3:{s:5:\"en_NG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"yo_NG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NI\";a:14:{s:13:\"currency_code\";s:3:\"NIO\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_NI\";s:4:\"name\";s:19:\"Nicaraguan córdoba\";s:8:\"singular\";s:19:\"Nicaraguan córdoba\";s:6:\"plural\";s:20:\"Nicaraguan córdobas\";s:12:\"short_symbol\";s:2:\"C$\";s:7:\"locales\";a:2:{s:5:\"es_NI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NL\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_NL\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NO\";a:14:{s:13:\"currency_code\";s:3:\"NOK\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nb_NO\";s:4:\"name\";s:15:\"Norwegian krone\";s:8:\"singular\";s:15:\"Norwegian krone\";s:6:\"plural\";s:16:\"Norwegian kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nb_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nn_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"se_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NP\";a:14:{s:13:\"currency_code\";s:3:\"NPR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ne_NP\";s:4:\"name\";s:14:\"Nepalese rupee\";s:8:\"singular\";s:14:\"Nepalese rupee\";s:6:\"plural\";s:15:\"Nepalese rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ne_NP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NR\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NR\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NU\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NU\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NZ\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NZ\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"OM\";a:14:{s:13:\"currency_code\";s:3:\"OMR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_OM\";s:4:\"name\";s:10:\"Omani rial\";s:8:\"singular\";s:10:\"Omani rial\";s:6:\"plural\";s:11:\"Omani rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_OM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PA\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PA\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PE\";a:14:{s:13:\"currency_code\";s:3:\"PEN\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PE\";s:4:\"name\";s:3:\"Sol\";s:8:\"singular\";s:12:\"Peruvian sol\";s:6:\"plural\";s:14:\"Peruvian soles\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"es_PE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"qu_PE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PF\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_PF\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PG\";a:14:{s:13:\"currency_code\";s:3:\"PGK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PG\";s:4:\"name\";s:22:\"Papua New Guinean kina\";s:8:\"singular\";s:22:\"Papua New Guinean kina\";s:6:\"plural\";s:22:\"Papua New Guinean kina\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_PG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"PH\";a:14:{s:13:\"currency_code\";s:3:\"PHP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PH\";s:4:\"name\";s:15:\"Philippine peso\";s:8:\"singular\";s:15:\"Philippine piso\";s:6:\"plural\";s:16:\"Philippine pisos\";s:12:\"short_symbol\";s:3:\"₱\";s:7:\"locales\";a:4:{s:5:\"en_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"ceb_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"fil_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"PK\";a:14:{s:13:\"currency_code\";s:3:\"PKR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ur_PK\";s:4:\"name\";s:15:\"Pakistani rupee\";s:8:\"singular\";s:15:\"Pakistani rupee\";s:6:\"plural\";s:16:\"Pakistani rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"en_PK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ur_PK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PL\";a:14:{s:13:\"currency_code\";s:3:\"PLN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pl_PL\";s:4:\"name\";s:13:\"Polish złoty\";s:8:\"singular\";s:12:\"Polish zloty\";s:6:\"plural\";s:13:\"Polish zlotys\";s:12:\"short_symbol\";s:3:\"zł\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pl_PL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PM\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_PM\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PN\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PN\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PR\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PR\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PS\";a:14:{s:13:\"currency_code\";s:3:\"JOD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_PS\";s:4:\"name\";s:15:\"Jordanian dinar\";s:8:\"singular\";s:15:\"Jordanian dinar\";s:6:\"plural\";s:16:\"Jordanian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_PT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PW\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PW\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PY\";a:14:{s:13:\"currency_code\";s:3:\"PYG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PY\";s:4:\"name\";s:19:\"Paraguayan guaraní\";s:8:\"singular\";s:18:\"Paraguayan guarani\";s:6:\"plural\";s:19:\"Paraguayan guaranis\";s:12:\"short_symbol\";s:3:\"₲\";s:7:\"locales\";a:2:{s:5:\"es_PY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"QA\";a:14:{s:13:\"currency_code\";s:3:\"QAR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_QA\";s:4:\"name\";s:12:\"Qatari riyal\";s:8:\"singular\";s:11:\"Qatari rial\";s:6:\"plural\";s:12:\"Qatari rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_QA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_RE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RO\";a:14:{s:13:\"currency_code\";s:3:\"RON\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ro_RO\";s:4:\"name\";s:12:\"Romanian leu\";s:8:\"singular\";s:12:\"Romanian leu\";s:6:\"plural\";s:12:\"Romanian lei\";s:12:\"short_symbol\";s:3:\"lei\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ro_RO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RS\";a:14:{s:13:\"currency_code\";s:3:\"RSD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sr_RS\";s:4:\"name\";s:13:\"Serbian dinar\";s:8:\"singular\";s:13:\"Serbian dinar\";s:6:\"plural\";s:14:\"Serbian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sr_RS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RU\";a:14:{s:13:\"currency_code\";s:3:\"RUB\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ru_RU\";s:4:\"name\";s:13:\"Russian ruble\";s:8:\"singular\";s:13:\"Russian ruble\";s:6:\"plural\";s:14:\"Russian rubles\";s:12:\"short_symbol\";s:3:\"₽\";s:7:\"locales\";a:5:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ce_RU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ru_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"sah_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tt_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RW\";a:14:{s:13:\"currency_code\";s:3:\"RWF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"rw_RW\";s:4:\"name\";s:13:\"Rwandan franc\";s:8:\"singular\";s:13:\"Rwandan franc\";s:6:\"plural\";s:14:\"Rwandan francs\";s:12:\"short_symbol\";s:2:\"RF\";s:7:\"locales\";a:4:{s:5:\"en_RW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_RW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"rw_RW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SA\";a:14:{s:13:\"currency_code\";s:3:\"SAR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SA\";s:4:\"name\";s:11:\"Saudi riyal\";s:8:\"singular\";s:11:\"Saudi riyal\";s:6:\"plural\";s:12:\"Saudi riyals\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_SA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SB\";a:14:{s:13:\"currency_code\";s:3:\"SBD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SB\";s:4:\"name\";s:22:\"Solomon Islands dollar\";s:8:\"singular\";s:22:\"Solomon Islands dollar\";s:6:\"plural\";s:23:\"Solomon Islands dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_SB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SC\";a:14:{s:13:\"currency_code\";s:3:\"SCR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_SC\";s:4:\"name\";s:17:\"Seychellois rupee\";s:8:\"singular\";s:17:\"Seychellois rupee\";s:6:\"plural\";s:18:\"Seychellois rupees\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_SC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_SC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SD\";a:14:{s:13:\"currency_code\";s:3:\"SDG\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SD\";s:4:\"name\";s:14:\"Sudanese pound\";s:8:\"singular\";s:14:\"Sudanese pound\";s:6:\"plural\";s:15:\"Sudanese pounds\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_SD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_SD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SE\";a:14:{s:13:\"currency_code\";s:3:\"SEK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sv_SE\";s:4:\"name\";s:13:\"Swedish krona\";s:8:\"singular\";s:13:\"Swedish krona\";s:6:\"plural\";s:14:\"Swedish kronor\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_SE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SG\";a:14:{s:13:\"currency_code\";s:3:\"SGD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SG\";s:4:\"name\";s:16:\"Singapore dollar\";s:8:\"singular\";s:16:\"Singapore dollar\";s:6:\"plural\";s:17:\"Singapore dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:4:{s:5:\"en_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ms_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ta_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SH\";a:14:{s:13:\"currency_code\";s:3:\"SHP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SH\";s:4:\"name\";s:18:\"Saint Helena pound\";s:8:\"singular\";s:16:\"St. Helena pound\";s:6:\"plural\";s:17:\"St. Helena pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_SH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SI\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sl_SI\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SJ\";a:14:{s:13:\"currency_code\";s:3:\"NOK\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nb_SJ\";s:4:\"name\";s:15:\"Norwegian krone\";s:8:\"singular\";s:15:\"Norwegian krone\";s:6:\"plural\";s:16:\"Norwegian kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nb_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nn_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"se_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SK\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sk_SK\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SL\";a:14:{s:13:\"currency_code\";s:3:\"SLL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SL\";s:4:\"name\";s:20:\"Sierra Leonean leone\";s:8:\"singular\";s:20:\"Sierra Leonean leone\";s:6:\"plural\";s:21:\"Sierra Leonean leones\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_SL\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SM\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_SM\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SN\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"wo_SN\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SO\";a:14:{s:13:\"currency_code\";s:3:\"SOS\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"so_SO\";s:4:\"name\";s:15:\"Somali shilling\";s:8:\"singular\";s:15:\"Somali shilling\";s:6:\"plural\";s:16:\"Somali shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_SO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"so_SO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SR\";a:14:{s:13:\"currency_code\";s:3:\"SRD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_SR\";s:4:\"name\";s:17:\"Surinamese dollar\";s:8:\"singular\";s:17:\"Surinamese dollar\";s:6:\"plural\";s:18:\"Surinamese dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"nl_SR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SS\";a:14:{s:13:\"currency_code\";s:3:\"SSP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SS\";s:4:\"name\";s:20:\"South Sudanese pound\";s:8:\"singular\";s:20:\"South Sudanese pound\";s:6:\"plural\";s:21:\"South Sudanese pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_SS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ST\";a:14:{s:13:\"currency_code\";s:3:\"STN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_ST\";s:4:\"name\";s:30:\"São Tomé and Príncipe dobra\";s:8:\"singular\";s:28:\"São Tomé & Príncipe dobra\";s:6:\"plural\";s:29:\"São Tomé & Príncipe dobras\";s:12:\"short_symbol\";s:2:\"Db\";s:7:\"locales\";a:2:{s:5:\"pt_ST\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SV\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_SV\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SX\";a:14:{s:13:\"currency_code\";s:3:\"ANG\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SX\";s:4:\"name\";s:29:\"Netherlands Antillean guilder\";s:8:\"singular\";s:29:\"Netherlands Antillean guilder\";s:6:\"plural\";s:30:\"Netherlands Antillean guilders\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_CW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nl_SX\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SY\";a:14:{s:13:\"currency_code\";s:3:\"SYP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SY\";s:4:\"name\";s:12:\"Syrian pound\";s:8:\"singular\";s:12:\"Syrian pound\";s:6:\"plural\";s:13:\"Syrian pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:3:{s:5:\"ar_SY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SZ\";a:14:{s:13:\"currency_code\";s:3:\"SZL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SZ\";s:4:\"name\";s:15:\"Swazi lilangeni\";s:8:\"singular\";s:15:\"Swazi lilangeni\";s:6:\"plural\";s:16:\"Swazi emalangeni\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_SZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TC\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TC\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TD\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_TD\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TG\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_TG\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TH\";a:14:{s:13:\"currency_code\";s:3:\"THB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"th_TH\";s:4:\"name\";s:9:\"Thai baht\";s:8:\"singular\";s:9:\"Thai baht\";s:6:\"plural\";s:9:\"Thai baht\";s:12:\"short_symbol\";s:3:\"฿\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"th_TH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TJ\";a:14:{s:13:\"currency_code\";s:3:\"TJS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tg_TJ\";s:4:\"name\";s:18:\"Tajikistani somoni\";s:8:\"singular\";s:18:\"Tajikistani somoni\";s:6:\"plural\";s:19:\"Tajikistani somonis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tg_TJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"TK\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TK\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TL\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_TL\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TM\";a:14:{s:13:\"currency_code\";s:3:\"TMT\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tk_TM\";s:4:\"name\";s:18:\"Turkmenistan manat\";s:8:\"singular\";s:19:\"Turkmenistani manat\";s:6:\"plural\";s:19:\"Turkmenistani manat\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tk_TM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"TN\";a:14:{s:13:\"currency_code\";s:3:\"TND\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_TN\";s:4:\"name\";s:14:\"Tunisian dinar\";s:8:\"singular\";s:14:\"Tunisian dinar\";s:6:\"plural\";s:15:\"Tunisian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_TN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_TN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TO\";a:14:{s:13:\"currency_code\";s:3:\"TOP\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"to_TO\";s:4:\"name\";s:15:\"Tongan paʻanga\";s:8:\"singular\";s:15:\"Tongan paʻanga\";s:6:\"plural\";s:15:\"Tongan paʻanga\";s:12:\"short_symbol\";s:2:\"T$\";s:7:\"locales\";a:3:{s:5:\"en_TO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"to_TO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TR\";a:14:{s:13:\"currency_code\";s:3:\"TRY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tr_TR\";s:4:\"name\";s:12:\"Turkish lira\";s:8:\"singular\";s:12:\"Turkish lira\";s:6:\"plural\";s:12:\"Turkish Lira\";s:12:\"short_symbol\";s:3:\"₺\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"tr_TR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TT\";a:14:{s:13:\"currency_code\";s:3:\"TTD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TT\";s:4:\"name\";s:26:\"Trinidad and Tobago dollar\";s:8:\"singular\";s:24:\"Trinidad & Tobago dollar\";s:6:\"plural\";s:25:\"Trinidad & Tobago dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_TT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TV\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TV\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TW\";a:14:{s:13:\"currency_code\";s:3:\"TWD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:7:\"zh_Hant\";s:4:\"name\";s:17:\"New Taiwan dollar\";s:8:\"singular\";s:17:\"New Taiwan dollar\";s:6:\"plural\";s:18:\"New Taiwan dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:7:\"zh_Hant\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TZ\";a:14:{s:13:\"currency_code\";s:3:\"TZS\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_TZ\";s:4:\"name\";s:18:\"Tanzanian shilling\";s:8:\"singular\";s:18:\"Tanzanian shilling\";s:6:\"plural\";s:19:\"Tanzanian shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_TZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_TZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UA\";a:14:{s:13:\"currency_code\";s:3:\"UAH\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"uk_UA\";s:4:\"name\";s:17:\"Ukrainian hryvnia\";s:8:\"singular\";s:17:\"Ukrainian hryvnia\";s:6:\"plural\";s:18:\"Ukrainian hryvnias\";s:12:\"short_symbol\";s:3:\"₴\";s:7:\"locales\";a:3:{s:5:\"ru_UA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uk_UA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"UG\";a:14:{s:13:\"currency_code\";s:3:\"UGX\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_UG\";s:4:\"name\";s:16:\"Ugandan shilling\";s:8:\"singular\";s:16:\"Ugandan shilling\";s:6:\"plural\";s:17:\"Ugandan shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_UG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_UG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"UM\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_UM\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"US\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"oz\";s:14:\"dimension_unit\";s:4:\"foot\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_US\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UY\";a:14:{s:13:\"currency_code\";s:3:\"UYU\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_UY\";s:4:\"name\";s:14:\"Uruguayan peso\";s:8:\"singular\";s:14:\"Uruguayan peso\";s:6:\"plural\";s:15:\"Uruguayan pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_UY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UZ\";a:14:{s:13:\"currency_code\";s:3:\"UZS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"uz_AF\";s:4:\"name\";s:15:\"Uzbekistani som\";s:8:\"singular\";s:15:\"Uzbekistani som\";s:6:\"plural\";s:15:\"Uzbekistani som\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uz_AF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VA\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_VA\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VC\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VC\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"VE\";a:14:{s:13:\"currency_code\";s:3:\"VES\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_VE\";s:4:\"name\";s:17:\"Bolívar soberano\";s:8:\"singular\";s:19:\"Venezuelan bolívar\";s:6:\"plural\";s:20:\"Venezuelan bolívars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"es_VE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"VG\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VG\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"VI\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VI\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"VN\";a:14:{s:13:\"currency_code\";s:3:\"VND\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"vi_VN\";s:4:\"name\";s:18:\"Vietnamese đồng\";s:8:\"singular\";s:15:\"Vietnamese dong\";s:6:\"plural\";s:15:\"Vietnamese dong\";s:12:\"short_symbol\";s:3:\"₫\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"vi_VN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VU\";a:14:{s:13:\"currency_code\";s:3:\"VUV\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VU\";s:4:\"name\";s:12:\"Vanuatu vatu\";s:8:\"singular\";s:12:\"Vanuatu vatu\";s:6:\"plural\";s:13:\"Vanuatu vatus\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_VU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_VU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"WF\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_WF\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"WS\";a:14:{s:13:\"currency_code\";s:3:\"WST\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_WS\";s:4:\"name\";s:13:\"Samoan tālā\";s:8:\"singular\";s:11:\"Samoan tala\";s:6:\"plural\";s:11:\"Samoan tala\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_WS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"XK\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sq_XK\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"YE\";a:14:{s:13:\"currency_code\";s:3:\"YER\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_YE\";s:4:\"name\";s:11:\"Yemeni rial\";s:8:\"singular\";s:11:\"Yemeni rial\";s:6:\"plural\";s:12:\"Yemeni rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_YE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"YT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_YT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ZA\";a:14:{s:13:\"currency_code\";s:3:\"ZAR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_ZA\";s:4:\"name\";s:18:\"South African rand\";s:8:\"singular\";s:18:\"South African rand\";s:6:\"plural\";s:18:\"South African rand\";s:12:\"short_symbol\";s:1:\"R\";s:7:\"locales\";a:7:{s:5:\"en_LS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"af_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"xh_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"zu_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ZM\";a:14:{s:13:\"currency_code\";s:3:\"ZMW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_ZM\";s:4:\"name\";s:14:\"Zambian kwacha\";s:8:\"singular\";s:14:\"Zambian kwacha\";s:6:\"plural\";s:15:\"Zambian kwachas\";s:12:\"short_symbol\";s:2:\"ZK\";s:7:\"locales\";a:2:{s:5:\"en_ZM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ZW\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sn_ZW\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-c4187f0cba4e8a9b901ce8fc4522de70', '1742740399', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-c4187f0cba4e8a9b901ce8fc4522de70', 'a:2:{s:7:\"version\";s:6:\"17.9.7\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:0:{}s:7:\"fetched\";i:1742738599;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_active_dispute_cache'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:0:{}s:7:\"fetched\";i:1742738599;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_active_dispute_cache'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738600;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738601;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738601;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738602;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738603;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738603;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738604;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738604;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738605;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738606;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:2:{s:10:\"currencies\";a:166:{s:3:\"AED\";d:3.994204;s:3:\"AFN\";d:76.618861;s:3:\"ALL\";d:98.772745;s:3:\"AMD\";d:424.182976;s:3:\"ANG\";d:1.955061;s:3:\"AOA\";d:994.473006;s:3:\"ARS\";d:1155.184697;s:3:\"AUD\";d:1.733541;s:3:\"AWG\";d:1.960129;s:3:\"AZN\";d:1.848665;s:3:\"BAM\";d:1.955261;s:3:\"BBD\";d:2.1749;s:3:\"BDT\";d:131.803669;s:3:\"BGN\";d:1.96574;s:3:\"BHD\";d:0.407488;s:3:\"BIF\";d:3215.021938;s:3:\"BMD\";d:1.08745;s:3:\"BND\";d:1.446801;s:3:\"BOB\";d:7.495932;s:3:\"BRL\";d:6.236308;s:3:\"BSD\";d:1.08745;s:3:\"BTC\";d:1.3E-5;s:3:\"BTN\";d:93.596179;s:3:\"BWP\";d:14.789919;s:3:\"BYN\";d:3.550121;s:3:\"BZD\";d:2.178999;s:3:\"CAD\";d:1.568484;s:3:\"CDF\";d:3105.426893;s:3:\"CHF\";d:0.961272;s:3:\"CLF\";d:0.026322;s:3:\"CLP\";d:1009.801402;s:3:\"CNH\";d:7.892929;s:3:\"CNY\";d:7.883197;s:3:\"COP\";d:4525.951318;s:3:\"CRC\";d:542.350393;s:3:\"CUC\";d:1.08745;s:3:\"CUP\";d:28.001837;s:3:\"CVE\";d:110.234592;s:3:\"CZK\";d:25.143366;s:3:\"DJF\";d:193.176727;s:3:\"DKK\";d:7.501012;s:3:\"DOP\";d:68.341151;s:3:\"DZD\";d:145.566054;s:3:\"EGP\";d:54.667917;s:3:\"ERN\";d:16.31175;s:3:\"ETB\";d:143.061316;s:3:\"EUR\";i:1;s:3:\"FJD\";d:2.500537;s:3:\"FKP\";d:0.841745;s:3:\"GBP\";d:0.841745;s:3:\"GEL\";d:3.017674;s:3:\"GGP\";d:0.841745;s:3:\"GHS\";d:16.814361;s:3:\"GIP\";d:0.841745;s:3:\"GMD\";d:76.665227;s:3:\"GNF\";d:9380.346019;s:3:\"GTQ\";d:8.358694;s:3:\"GYD\";d:227.627233;s:3:\"HKD\";d:8.454978;s:3:\"HNL\";d:27.752343;s:3:\"HRK\";d:7.57609;s:3:\"HTG\";d:142.170755;s:3:\"HUF\";d:397.510664;s:3:\"IDR\";d:17971.198358;s:3:\"ILS\";d:4.016192;s:3:\"IMP\";d:0.841745;s:3:\"INR\";d:93.514717;s:3:\"IQD\";d:1421.106728;s:3:\"IRR\";d:45795.237254;s:3:\"ISK\";d:144.360172;s:3:\"JEP\";d:0.841745;s:3:\"JMD\";d:169.783144;s:3:\"JOD\";d:0.771002;s:3:\"JPY\";d:162.383402;s:3:\"KES\";d:140.321288;s:3:\"KGS\";d:93.417499;s:3:\"KHR\";d:4344.802236;s:3:\"KMF\";d:495.115496;s:3:\"KPW\";d:978.704981;s:3:\"KRW\";d:1593.962431;s:3:\"KWD\";d:0.333098;s:3:\"KYD\";d:0.904051;s:3:\"KZT\";d:545.799245;s:3:\"LAK\";d:23486.85429;s:3:\"LBP\";d:97213.030556;s:3:\"LKR\";d:321.481471;s:3:\"LRD\";d:216.960141;s:3:\"LSL\";d:19.730257;s:3:\"LYD\";d:5.21956;s:3:\"MAD\";d:10.416426;s:3:\"MDL\";d:19.569601;s:3:\"MGA\";d:5071.603577;s:3:\"MKD\";d:61.513029;s:3:\"MMK\";d:2281.470057;s:3:\"MNT\";d:3695.15503;s:3:\"MOP\";d:8.685204;s:3:\"MUR\";d:49.261479;s:3:\"MVR\";d:16.74673;s:3:\"MWK\";d:1880.983924;s:3:\"MXN\";d:22.009118;s:3:\"MYR\";d:4.809791;s:3:\"MZN\";d:69.488046;s:3:\"NAD\";d:19.730257;s:3:\"NGN\";d:1659.740878;s:3:\"NIO\";d:39.918986;s:3:\"NOK\";d:11.495809;s:3:\"NPR\";d:149.753697;s:3:\"NZD\";d:1.897819;s:3:\"OMR\";d:0.416115;s:3:\"PAB\";d:1.08745;s:3:\"PEN\";d:3.931815;s:3:\"PGK\";d:4.465768;s:3:\"PHP\";d:62.332634;s:3:\"PKR\";d:303.957668;s:3:\"PLN\";d:4.217736;s:3:\"PYG\";d:8673.703226;s:3:\"QAR\";d:3.954309;s:3:\"RON\";d:4.999769;s:3:\"RSD\";d:117.177668;s:3:\"RUB\";d:91.346912;s:3:\"RWF\";d:1560.86858;s:3:\"SAR\";d:4.079276;s:3:\"SBD\";d:9.158488;s:3:\"SCR\";d:15.551623;s:3:\"SDG\";d:653.557438;s:3:\"SEK\";d:11.023899;s:3:\"SGD\";d:1.450006;s:3:\"SHP\";d:0.841745;s:3:\"SLL\";d:22803.282341;s:3:\"SOS\";d:619.928429;s:3:\"SRD\";d:39.526088;s:3:\"SSP\";d:141.651234;s:3:\"STD\";d:24230.342949;s:3:\"SVC\";d:9.492381;s:3:\"SYP\";d:14139.024631;s:3:\"SZL\";d:19.713561;s:3:\"THB\";d:36.663884;s:3:\"TJS\";d:11.85133;s:3:\"TMT\";d:3.806075;s:3:\"TND\";d:3.364272;s:3:\"TOP\";d:2.618319;s:3:\"TRY\";d:41.094732;s:3:\"TTD\";d:7.370967;s:3:\"TWD\";d:35.874975;s:3:\"TZS\";d:2877.41133;s:3:\"UAH\";d:45.054469;s:3:\"UGX\";d:3976.913364;s:3:\"USD\";d:1.08745;s:3:\"UYU\";d:45.890371;s:3:\"UZS\";d:14038.084154;s:3:\"VND\";d:27844.122307;s:3:\"VUV\";d:129.104236;s:3:\"WST\";d:3.04486;s:3:\"XAF\";d:655.957;s:3:\"XAG\";d:0.03292;s:3:\"XAU\";d:0.00036;s:3:\"XCD\";d:2.938888;s:3:\"XDR\";d:0.815575;s:3:\"XOF\";d:655.957;s:3:\"XPD\";d:0.001138;s:3:\"XPF\";d:119.331742;s:3:\"XPT\";d:0.001115;s:3:\"YER\";d:267.594214;s:3:\"ZAR\";d:19.826943;s:3:\"ZMW\";d:31.328355;s:3:\"ZWL\";d:350.158893;}s:7:\"updated\";i:1742738606;}s:7:\"fetched\";i:1742738606;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_multi_currency_cached_currencies'

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1742738606.7499470710754394531250', 'on') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip) – Tennis Comparison

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738608;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_product_children_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_product_children_1991', 'a:2:{s:3:\"all\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}s:7:\"visible\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_var_prices_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_var_prices_1991', '{\"version\":\"1742446201\",\"f64ee2eaf75f0f1c5c11e01c4ce4d601\":{\"price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"regular_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"sale_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

class="post-1991 product type-product status-publish has-post-thumbnail store-babolat product_cat-raquettes-tennis pa_product-dimensions-100l-x-27w pa_date-first-available-december-22-2022 pa_brand-brand-babolat pa_grip-size-4-1-2-grip pa_grip-size-4-1-4-grip pa_grip-size-4-1-8-grip pa_grip-size-4-3-8-grip pa_material-carbon-fiber pa_skill-level-intermediate-advanced pa_frame-material-carbon-fiber pa_shaft-material-graphite pa_item-weight-0-63-pounds pa_age-range-description-adult pa_item-package-dimensions-l-x-w-28-2-x-12-x-2-5-inches pa_package-weight-0-34-kilograms pa_warranty-description-warranty pa_model-name-babolat-pure-aero-team-tennis-racquet-strung-with-16g-white-babolat-syn-gut-at-mid-range-tension-4-1-4-grip pa_suggested-users-unisex-adult pa_model-year-421 pa_included-components-babolat-pure-aero-team-tennis-racquet-strung-with-16g-white-babolat-syn-gut-at-mid-range-tension-4-1-4-grip pa_item-dimensions-lxwxh-27-56-x-11-81-x-3-94-inches pa_part-number-505 pa_sport-type-tennis pa_hand-orientation-ambidextrous pa_grip-type-babolat-syntec-pro first outofstock shipping-taxable purchasable product-type-variable">

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = '1745330608' WHERE `option_name` = '_transient_timeout_wc_term_counts'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:1:{i:15;s:1:\"2\";}' WHERE `option_name` = '_transient_wc_term_counts'

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_product_children_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_product_children_1991', 'a:2:{s:3:\"all\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}s:7:\"visible\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_var_prices_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_var_prices_1991', '{\"version\":\"1742446201\",\"f64ee2eaf75f0f1c5c11e01c4ce4d601\":{\"price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"regular_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"sale_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip)

READY FOR THE COURT: Your new 7th Gen Babolat Pure Aero Team Tennis Racquet comes strung with white 16 gauge Babolat syn gut at mid-range tension at no extra cost.
SPIN: A lighter-weight and aerodynamic frame for faster racquet head speed, spin-specific grommets, and an open string pattern create maximum spin generation.
POWER: The fast-swinging, naturally powerful Pure Aero Team lets you generate more power, hit the ball deeper, and play longer.

Amazon.com Price: 219,00 239,00  (as of 02/01/2024 21:58 PST- Details)

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = '1745330608' WHERE `option_name` = '_transient_timeout_wc_term_counts'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:1:{i:15;s:1:\"2\";}' WHERE `option_name` = '_transient_wc_term_counts'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = '1745330608' WHERE `option_name` = '_transient_timeout_wc_term_counts'

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:1:{i:15;s:1:\"2\";}' WHERE `option_name` = '_transient_wc_term_counts'

Added to wishlistRemoved from wishlist 0
Add to compare
Dernière mise à jour le 19 March 2025 15h07
SKU: N/A Category:

 

Do you want to dominate the game with ultimate spin? The 7th generation Babolat Pure Aero Team tennis racquet evolves with a unique approach engineered around the spin in your game. Join players like Rafael Nadal, Leylah Fernandez, Félix Auger-Aliassime, and Carlos Alcaraz and discover which Pure Aero racquet lets you own your spin. Addicted to spin but need a racquet that is easier to maneuver? The Babolat Pure Aero Team tennis racquet elevates your game with spin and power at a lighter, more accort weight. NF²-TECH – Flax inserts at strategic locations in the frame create optimal shock nutrition and sound quality for an exceptional playing experience. SWX PURE FEEL – New technology featuring extended wrapping of SMAC technology, the cutting-edge vibration filtration system integrated in the lay-up Précaution, provides an unrivaled feel at ball impact and a unique sound on every shot. FSI SPIN TECHNOLOGY – New string pattern that adapts to the intensity of your game. The spin grommets positioned at the top and bottom of the head enable the strings to move and help you to achieve more spin. The Tweeter system increases convention time between the ball and the strings for improved grip and feel. AEROMODULAR 3 – An aerodynamic frame integrating the bumper and grommets increases your racquet head speed and spin generation.

READY FOR THE COURT: Your new 7th Gen Babolat Pure Aero Team Tennis Racquet comes strung with white 16 gauge Babolat syn gut at mid-range Hémorragie at no extra cost.
SPIN: A lighter-weight and aerodynamic frame for faster racquet head speed, spin-specific grommets, and an open string pattern create virulence spin generation.
POWER: The fast-swinging, naturally powerful Pure Aero Team lets you generate more power, hit the ball deeper, and play établir.
FEEL: We added flax fibers and vibration-dampening materials to the racquet to optimize shock nutrition without compromising spin or power.
Head Size: 645 cm² / 100 in²; Length: 685 mm / 27 in; Weight (unstrung): 285 g +/- 7g / 10.1 oz; Balan (unstrung): 320 mm +/- 7mm; Swing Weight: 280; Stringing Pattern: 16/19; Stiffness (RA): 71 + / – 3; Fragment: 23/26/23; Précaution: CARBON; Recommended String: RPM Blast / RPM Team; Hémorragie Recommended: 23-27 Kg; Recommended Grip: Syntec Pro

Specification: Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_child_has_weight_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_child_has_weight_1991', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_child_has_dimensions_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_child_has_dimensions_1991', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_child_has_weight_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_child_has_weight_1991', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_child_has_dimensions_1991', '1745330608', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_child_has_dimensions_1991', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Size

4 1-4" Grip, ‎4" Grip

Grip Size

, , , ,

Brand

Sport

Material

Skill Level

Frame Material

Shaft Material

Item Weight

Age Range (Description)

League

Product Dimensions ‏

Item Package Dimensions L x W x H

Package Weight

Item Dimensions LxWxH

Brand Name

Warranty Description

Model Name

Color

‎Grey-Yellow-White

Suggested Users

Manufacturer ‏

Part Number

Model Year

Included Components

Hand Orientation

Grip Type

Date First Available ‏

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip)”

Your email address will not be published. Required fields are marked *

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_related_1991', '1742825009', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_related_1991', 'a:1:{s:52:\"limit=6&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1991\";a:1:{i:0;s:4:\"2002\";}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip)
Babolat Pure Aero Team Tennis Racquet – Strung with 16g White Babolat Syn Gut at Mid-Range Tension (4 1/4″ Grip)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_product_children_1991', '1745330609', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_product_children_1991', 'a:2:{s:3:\"all\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}s:7:\"visible\";a:5:{i:0;i:1992;i:1;i:1993;i:2;i:1994;i:3;i:1995;i:4;i:1996;}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_var_prices_1991', '1745330609', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_var_prices_1991', '{\"version\":\"1742446201\",\"f64ee2eaf75f0f1c5c11e01c4ce4d601\":{\"price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"regular_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"},\"sale_price\":{\"1992\":\"239.00\",\"1993\":\"229.00\",\"1994\":\"219.00\",\"1995\":\"229.00\",\"1996\":\"239.00\"}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Amazon.com Price: 219,00 239,00  (as of 02/01/2024 21:58 PST- Details)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_info_cache', '1742825009', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
INSERT INTO `letennisfr_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_jetpack_woocommerce_analytics_cart_checkout_info_cache', 'a:4:{s:29:\"cart_page_contains_cart_block\";i:0;s:33:\"cart_page_contains_cart_shortcode\";i:0;s:37:\"checkout_page_contains_checkout_block\";i:0;s:41:\"checkout_page_contains_checkout_shortcode\";i:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Tennis Comparison
Logo
Register New Account
Reset Password
Compare items
  • Total (0)
Compare
0

WordPress database error: [UPDATE command denied to user 'logicielotennis'@'10.15.20.2' for table 'letennisfr_options']
UPDATE `letennisfr_options` SET `option_value` = 'a:3:{s:4:\"data\";a:48:{s:10:\"account_id\";s:21:\"acct_1NazGuCNnJ9zzjkI\";s:5:\"email\";N;s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2023-08-03 11:00:50\";s:24:\"has_pending_requirements\";b:1;s:23:\"has_future_requirements\";b:1;s:24:\"has_overdue_requirements\";b:1;s:17:\"details_submitted\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:10:\"restricted\";s:12:\"capabilities\";a:30:{s:19:\"acss_debit_payments\";s:11:\"unrequested\";s:15:\"affirm_payments\";s:11:\"unrequested\";s:26:\"afterpay_clearpay_payments\";s:11:\"unrequested\";s:19:\"amazon_pay_payments\";s:11:\"unrequested\";s:19:\"bancontact_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"card_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:16:\"cashapp_payments\";s:11:\"unrequested\";s:12:\"eps_payments\";s:11:\"unrequested\";s:16:\"giropay_payments\";s:11:\"unrequested\";s:14:\"ideal_payments\";s:11:\"unrequested\";s:18:\"kakao_pay_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:16:\"kr_card_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:18:\"naver_pay_payments\";s:11:\"unrequested\";s:12:\"p24_payments\";s:11:\"unrequested\";s:14:\"payco_payments\";s:11:\"unrequested\";s:20:\"samsung_pay_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:15:\"sofort_payments\";s:11:\"unrequested\";s:23:\"tax_reporting_us_1099_k\";s:11:\"unrequested\";s:26:\"tax_reporting_us_1099_misc\";s:11:\"unrequested\";s:9:\"transfers\";s:11:\"unrequested\";s:28:\"us_bank_account_ach_payments\";s:11:\"unrequested\";s:25:\"us_bank_transfer_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:30:{s:19:\"acss_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"affirm_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:26:\"afterpay_clearpay_payments\";a:14:{i:0;s:20:\"business_profile.mcc\";i:1;s:30:\"business_profile.support_email\";i:2;s:30:\"business_profile.support_phone\";i:3;s:20:\"business_profile.url\";i:4;s:13:\"business_type\";i:5;s:22:\"representative.dob.day\";i:6;s:24:\"representative.dob.month\";i:7;s:23:\"representative.dob.year\";i:8;s:20:\"representative.email\";i:9;s:25:\"representative.first_name\";i:10;s:24:\"representative.last_name\";i:11;s:38:\"settings.payments.statement_descriptor\";i:12;s:19:\"tos_acceptance.date\";i:13;s:17:\"tos_acceptance.ip\";}s:19:\"amazon_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"bancontact_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:22:\"bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"cartes_bancaires_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"cashapp_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"eps_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"giropay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"ideal_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"kakao_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:6:\"klarna\";a:1:{i:0;s:17:\"legal_entity.type\";}s:15:\"klarna_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:16:\"kr_card_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:13:\"link_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:19:\"multibanco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:18:\"naver_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:12:\"p24_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:14:\"payco_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:20:\"samsung_pay_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:27:\"sepa_bank_transfer_payments\";a:16:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:27:\"representative.address.city\";i:4;s:28:\"representative.address.line1\";i:5;s:34:\"representative.address.postal_code\";i:6;s:28:\"representative.address.state\";i:7;s:22:\"representative.dob.day\";i:8;s:24:\"representative.dob.month\";i:9;s:23:\"representative.dob.year\";i:10;s:20:\"representative.email\";i:11;s:25:\"representative.first_name\";i:12;s:24:\"representative.last_name\";i:13;s:38:\"settings.payments.statement_descriptor\";i:14;s:19:\"tos_acceptance.date\";i:15;s:17:\"tos_acceptance.ip\";}s:19:\"sepa_debit_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:15:\"sofort_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:23:\"tax_reporting_us_1099_k\";a:0:{}s:26:\"tax_reporting_us_1099_misc\";a:0:{}s:9:\"transfers\";a:4:{i:0;s:20:\"business_profile.url\";i:1;s:13:\"business_type\";i:2;s:19:\"tos_acceptance.date\";i:3;s:17:\"tos_acceptance.ip\";}s:28:\"us_bank_account_ach_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}s:25:\"us_bank_transfer_payments\";a:12:{i:0;s:20:\"business_profile.mcc\";i:1;s:20:\"business_profile.url\";i:2;s:13:\"business_type\";i:3;s:22:\"representative.dob.day\";i:4;s:24:\"representative.dob.month\";i:5;s:23:\"representative.dob.year\";i:6;s:20:\"representative.email\";i:7;s:25:\"representative.first_name\";i:8;s:24:\"representative.last_name\";i:9;s:38:\"settings.payments.statement_descriptor\";i:10;s:19:\"tos_acceptance.date\";i:11;s:17:\"tos_acceptance.ip\";}}s:16:\"payments_enabled\";b:0;s:8:\"deposits\";a:9:{s:6:\"status\";s:8:\"disabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:2;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:0:\"\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2023-08-03 11:00:50\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:11:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:12:\"card_present\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.027;s:10:\"fixed_rate\";i:10;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:4:\"link\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.029;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:80;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.01;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:6:\"affirm\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:17:\"afterpay_clearpay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.06;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:0:{}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:1;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:1;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";N;s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_GB\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:0;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;s:25:\"is_tokenized_ece_disabled\";b:0;s:38:\"eligibility_wporg_review_campaign_2025\";b:0;}s:7:\"fetched\";i:1742738609;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_account_data'

Shopping cart